Just one last part to finish. How do you make the mushroom bounce with any collision?
- add a new vector variable with a default value - the direction you want him to start walking
-
when he bumps into something, negate that vector
-
make sure this is disabled:
Try jumping on him and see if he changes direction when you land on his head. More script may need to be added to handle that, providing itβs not desired, ofc.
1 Like
This is excellent, thank you very much for the help.
1 Like