Directly edit the EnemyRunner script in Assets/CONTENT/Programming, add an Enemy Update function in between the two comments at the top. Use EnemyUpdate_Example_A() and EnemyUpdate_Example_B() for reference! Then finally add your method to our list of methods in the Start() function between the two comments!
Directly edit the
EnemyRunnerscript inAssets/CONTENT/Programming, add an Enemy Update function in between the two comments at the top. UseEnemyUpdate_Example_A()andEnemyUpdate_Example_B()for reference! Then finally add your method to our list of methods in theStart()function between the two comments!