My Project is broken

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
9881037--1425408--upload_2024-6-9_16-9-14.png

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?

hope that you keep backups of your project

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.

1 Like

resolved, my camera edge was buggy and it was colliding with the objects

dont take it for granted, start to make backup of your project daily, or you are gonna be sad eventually

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.

1 Like