Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

Pretty much exactly what VISE said, you generally don't want to fuck with Quaternions if it can be avoided. If you're still having problems rotating with Euler angles you could also try making your 3d model a child of the actual player gameobject. That way you can just rotate the 3d model to face the proper direction when needed and you don't need to worry about rotating the actual player gameobject. This should save you some headaches if movement code and rotation code are conflicting in someway. Hope this helps. good luck! 

Thanks for the reply, i think i've left it too late now either way,  barely got 1 level finished without sfx or character rotations but ill figure this stuff out in time for future projects thanks