consulo / consulo-unity3d

Frameworks: Unity3D
Apache License 2.0
103 stars 10 forks source link

Find Definition or Even local variables not working in this kind of structure #71

Closed winxalex closed 8 years ago

winxalex commented 8 years ago
screen shot 2016-04-22 at 9 45 52 am screen shot 2016-04-22 at 9 50 01 am screen shot 2016-04-22 at 9 51 31 am

ThirdPersonAnimator:ThirdPersonMotor where quickStop is defined

winxalex commented 8 years ago

In Unity folders not need to be the same with namespace

VISTALL commented 8 years ago

Looks like you changed project structure. Try invoke - "Re-import Unity project" (in context menu on right click at project dir)

winxalex commented 8 years ago

Yes that fix the issue as consulo made reindexing, I didn't check manual project structure. I just imported new packages in Unity. Is there are way consulo to notice that and auto reindex?

VISTALL commented 8 years ago

That need check all files. Its a very heavy task. For now - only one way is call it via action

https://github.com/consulo/consulo-unity3d/issues/45

winxalex commented 8 years ago

think you need to save size of .sln,.project files and if they change u reindex :)

VISTALL commented 8 years ago

Consulo not use sln project files

winxalex commented 8 years ago

Just file size. I wasn't thinking of actually reimport.