consulo / consulo-unity3d

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

Unity SDK not found in Ubuntu 18.04 #169

Closed ejgutierrez74 closed 5 years ago

ejgutierrez74 commented 5 years ago

I have configured Consulo but didnt work, and seems i cant add the sdk...

imagen

imagen

imagen

Any help would be apreciated..

Thanks

VISTALL commented 5 years ago

Hello.

Bundles tab - it's list of all bundles(sdk) which Consulo resolved.

For project - select Unity3D at last screen

VISTALL commented 5 years ago

And then invoke 'Reimport Unity project' from context menu (right click on root directory)

ejgutierrez74 commented 5 years ago

I have done and seems to work but some other errors arise: Here is the event log...

3/02/19
23:52   Plugin Manager
                Plugin "Images" was not loaded: required plugin "consulo.library.batik" not installed.
                Plugin "Task Management" was not loaded: required plugin "consulo.library.flexmark" not installed.
                Disable not loaded plugins
                Open plugin manager

23:52   Consulo
                UnityEditor is not responding.
                Defines is not resolved.

23:53   Unity3D Plugin
                Consulo plugin for UnityEditor is missing
                Install

23:54   Consulo
                UnityEditor is not responding.
                Defines is not resolved.

23:54   Unity3D Plugin
                Consulo plugin for UnityEditor is missing
                Install

1 - Also i cant open an script, if consulo is not launched... with vscode if you dont have vscode launched, when you want to edit an script it automatically open vscode and the corresponding file....

imagen

2 - And finally you have to install module for consulo editor in every project of unity ?

Thanks and seems its an impressive software that i have just began to discover....

VISTALL commented 5 years ago

About that:

23:52 Plugin Manager Plugin "Images" was not loaded: required plugin "consulo.library.batik" not installed. Plugin "Task Management" was not loaded: required plugin "consulo.library.flexmark" not installed. Disable not loaded plugins Open plugin manager

Please install those two libraries

(looks like it's a bug - i will fix it)

1 - Also i cant open an script, if consulo is not launched... with vscode if you dont have vscode launched, when you want to edit an script it automatically open vscode and the corresponding file.... 2 - And finally you have to install module for consulo editor in every project of unity ?

For cold opening Consulo u need UnityEditorConsuloPlugin in project and select External Editor to Consulo.

You need copy UnityEditorConsuloPlugin to each projects. It's limitation of Unity - due there no global plugins. My plugin it's a hack - due there no way for patch UnityEditor :(

Strange error - i first time see that. I will check at this week

Thanks

ejgutierrez74 commented 5 years ago

Thanks i could install that packages. Seems that i can start consulo without problems now.

1 - VSCode you dont need as i know to install in every project to use it....

VISTALL commented 5 years ago

Yeah. It's works due Unity contains implementation of creator .sln+.csproj files.

Consulo from start not use VS files - that why need custom implementation of project importing (from start Consulo not contains VS project system, and VS project system limited, and i don't want migrate to it)

Thanks. Can i close this issue?

ejgutierrez74 commented 5 years ago

Yes was only a suggestion

VISTALL commented 5 years ago

Thanks for few other issues. I will fix it after my primary job