Path-Creator icon indicating copy to clipboard operation
Path-Creator copied to clipboard

Help - Path not visible when clicking on the GameObject

Open theo97490 opened this issue 5 years ago • 5 comments

Hello,

Recently on my main project when i create a pathcreator on a newly created GameObject the path isn't visible when the object is selected. This wasn't the case before and if i try to do the exact same thing on a new unity project it does work as expected.

Here is what i checked;

  • All the properties inside the inspector and in display and global display options are exactly the same
  • All gizmoz are enabled
  • Checked if there is pathcreator settings in the top menu (File, Edit, Assets ... ) but didn't find anything related to it

I can't find the difference between the two project so that it makes the path disapear. I spent 2 days searching for it.

I would thank anyone trying to help me. Here is also a .mp4 inside the zip folder to demonstrate the problem.

IBcIs91mvp.zip

theo97490 avatar Jun 19 '20 09:06 theo97490

Only issue I faced with the path disappearing was when I was in a 2D project, but the position z for the path game object was negative (so it went behind everything). Could this be your issue? Check the z position on the game object you've attached the path creator script to and make sure it is 0.

ShaneYu avatar Aug 13 '20 23:08 ShaneYu

Same issue on one particular computer. Works on others. Tested both Windows/Mac. This is 2D but the z position is 0.

Did you find a solution?

johanolofsson avatar Oct 20 '20 12:10 johanolofsson

Turns out this might be related to having multiple inspectors active and how unity is calling OnSceneGUI().

johanolofsson avatar Oct 20 '20 13:10 johanolofsson

I have the exact same issue. Like the OP, for testing purposes, I made a new Unity project with exact same Unity version (2020.1.9f1) with URP settings and added the package to it. There it works fine. But for some reason in the project I actually need it in, it doesn't work.... Anybody have any update on this? I don't have multiple inspectors open.

Jointy87 avatar Dec 22 '20 13:12 Jointy87

Maybe it can help. Change Toggle visibility of all Gizmos in the scene view. image

ghost avatar Jan 06 '23 14:01 ghost