consulo / consulo-unity3d

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

Documentation #72

Closed SillentAssembly closed 8 years ago

SillentAssembly commented 8 years ago

Pressing ctrl-space won't show the documentation for anything (c# or unity code). Is there a way to fix this?

VISTALL commented 8 years ago

Unit didn't contains .NET documentation, but contains Unity docs (ctrl + q)

VISTALL commented 8 years ago

And documentation is not showing while completion for default, need enabled it

image

(last option)

SillentAssembly commented 8 years ago

Sorry my bad. It works on windows but not Linux. ctrl-space and ctrl-q doesn't work on linux. Windows ok. In linux i saw that unity was missing documentation and i copied from windows but still doesn't work.

VISTALL commented 8 years ago

what you copied?

SillentAssembly commented 8 years ago

documentation folder at /opt/Unity/Editor/Data/Documentation/

VISTALL commented 8 years ago

Consulo used .xml files around .dll files. I will check Linux distribution, maybe it have some change

VISTALL commented 8 years ago

There no .xml files in Linux distribution.

no file

unity\Editor\Data\Managed\UnityEditor.xml
SillentAssembly commented 8 years ago

True no files. If i copy from windows should work?

VISTALL commented 8 years ago

Must. If not - it's a bug and i will fix it. Test it:)

VISTALL commented 8 years ago

Copy UnityEngine.xml too

VISTALL commented 8 years ago

Please report me - if documentation is work

SillentAssembly commented 8 years ago

copied both. Works OK. Ty :) So basically idiots from Unity fail again (cause in windows RuntimePlatform.LinuxEditor poduces error but in linux works ok... :p)