consulo / consulo-unity3d

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

multi-modules #15

Closed FredDull closed 9 years ago

FredDull commented 9 years ago

image when I import a real unity project into consulo (100+ files), there are 5 modules in it. When I edit a cs file, consulo hangs again. If I delete all the modules except the one I need, the situation is much better, but I need to add all the dependencies to it manually. By the way, consulo adds a dll file twice to a module (in box 2).

FredDull commented 9 years ago

all the plugins are the latest ones.

VISTALL commented 9 years ago

Hi. Dropping modules is not good idea. Current strucuture is like original Unity Visual Studio model

Hangs while editing .cs files - its C# related problem. C# implementation is in early stage of testing and can have performance issues.

I think need - teach you how use profiler, and found a problem.

FredDull commented 9 years ago

ok, I'll try to get u a list of snapshots.

VISTALL commented 9 years ago

Memory settings problem