Hello. When I was trying to do project like runner in tutorials, after the first 7 points of step 6, I got this message:"ERROR:GAMEOBJECT: Component ‘/level/ground/controller#script’ could not be found when dispatching message ‘set_speed’ sent from main:/level/controller#script
". And I think I did everything as there. Maybe someone know how to solve it?
1 Like
Check the id of the script attached to the “controller” game object. Editor 2 gives you a different default id than the old editor (which the tutorial was written for). You can change the id of the script component to “script” to solve the problem, or change the address when sending the “set_speed” message.
1 Like
I change id and it solved problem. Thank you)
2 Likes