jdmac020 / gameExplore

Messing around in unity
0 stars 0 forks source link

Game Objects "Toppling" #2

Closed jdmac020 closed 6 years ago

jdmac020 commented 6 years ago

Player and enemy object are able to fall over, or spin end of end when falling off the end of the platform.

Ideal behavior is a constant-upright situation

jdmac020 commented 6 years ago

Looks like a simple fix, there's a constraint to prevent rotation that can be checked--no need to play with physics objects

jdmac020 commented 6 years ago

Fixed as of commit 801184a