First of all, I would like to apologize for my poor English.
All clicks on layers on the right side of Unity are locked, such as the attached image file.
The problems are:
- Even if you unlock everything, if you restart Unity, everything will be locked as before.
- I’m using SVN, and the same thing happens even if I uninstall everything and reinstall it.
- Other people working on the same project do not experience the above phenomenon (it only happens to me).
- When I press Play to launch Unity, it gets locked again. This means that every time you run it, if you want to click on an object in the scene, you have to reset everything.
- Other projects do not have the above phenomenon.
- “lockedLayersValue” in the Layers-related json in 'Library\StateCache\LayerSettings\9e' changes to 0 when Unity is terminated, but when running, it returns -2097153, bit '1111 1111 1111 1111 1111 1111 1111 1111 1111 1111 1101 1111 1 111 1111 1111 1111 ’ and only the 21st click becomes possible.
I would like to know why this problem occurred and how to solve it.
Thank you for your attention.