#yep but for some reason it didnt respond
1 messages · Page 1 of 1 (latest)
You need to configure something to actually call that function. Can you show me the inspector for the object that this stuff is attached to?
yep this one
that's not the inspector
new input
that is the window for configuring an input action asset
i am talking about the object that has this P_Controller script attached to it
okay, so if you're using Send Messages, then the name of the function will need to be very specific
OnRotateBool
Send Messages works by checking if each component on the object has a method with a specific name and, if so, calling it
any time that it seems like "magic" -- where you don't have to configure exactly what to do -- the names become very important