- Home /
package input manager hide the logo in scene tab
Hello,
I have a very small issue, but I'm using the input manager package, and when a object has a input manager component it has a input manager logo on the Scene tab like this :
The issue is, it completely hides my sprite and I can't see the animation very well... it's even there in the game tab !
So does someone know how to hide those ?
Answer by TevinSchmidt · 3 days ago
I am not sure if you solved this problem yet, but the answer can be found in the Unity documentation here: https://docs.unity3d.com/2020.3/Documentation/Manual/GizmosMenu.html Specifically the "Toggling gizmo visibility" section. For me the gizmos associated with the input manager did not have checkboxes in the gizmos menu, but clicking the icon disabled them from the scene view. I am using Unity version 2020.3.
Make sure to read the documentation for your specific Unity editor version.
Hope this helps you, or others that stumble upon this thread.
Your answer

Follow this Question
Related Questions
Axis 2 on Input Manager? (possible bug) 0 Answers
new system input package, trigger an action through code. 0 Answers
How to detect inputs with New Input System while game is unfocused? 1 Answer
Bind Keypad keys in Editor's input manager. 1 Answer
1 Gamepad 2 Joysticks. How do I listen to 1 joystick instead of all joysticks? 0 Answers