DIGITALTUTORS UNITY MOBILE GAME DEVELOPMENT COMMUNICATION WITH NOTIFICATION CENTER 視頻教學 英文教學版(DVD一片裝)

 


 

軟體簡介:
 
InthisUnitytutorial,we'lllearnvariouswaysourscriptscanaccessand
talktoeachother.We'llbeginthetutorialbylearningaboutallthe
built-inmethodsUnitygivesustotalkbetweenscriptsandbetweenobjects.
We'lllearnthehowtofindandaccessscriptsonanygameobjectusingeither
directconnections,findingtheobjectorthephysicssystem.Finallywe'll
examinehowascriptcancallmethodsonmanyotherscriptsusingthe
messagingsysteminUnity.Eachofthesemethodshaslimitations,sonext
we'llintroducethe3rdpartyscript'NotificationCenter'whichactsasa
centralhubforeasilycommunicatingbetweenmultiplescripts.We'lllearn
howtopostanewnotification,howtoobserveanotificationandhowtopass
datathroughtheNotificationCenter.We'llwrapeverythingupbyexamining
eachofthesemethodsanddiscusswhichweshoulduseinvarioussituations.
Understandinghowourscriptswilltalktoeachotherletsusbreakourgame
intomanyscriptcomponents,whilestillcreatingthefunctionalityweneed
withtheleastamountofeffort.