Today I opened my Unity project to change some things that I wanted to implement. Then, when I changed this menu to pivot in the scene tab all the project start malfunctioning
I don’t know why this happen, here is the link to a video showing what is happening
According to the documentation, that menu only controls how the Transform tool gizmo is drawn in the editor. It should have no impact on the game while it is running. Are you sure you didn’t change something else?
yeah, im not that sure xdd, do you know what more could it be?? i try to put the player higher in the scene and move it and when i press to move to the right it goes diagonal up right and when i press left it goes diagonal down left
I think you are going to have to dig into your movement scripts to see what can change the character’s position. Make liberal use of Debug.Log to get more information. It may help to make a new very simple scene with just the character and floor to reduce the number possible interactions.
This shows that you likely only remember what you did last when you notice something going wrong. To get around this, use a source control system such as GitHub etc.