consulo / consulo-unity3d

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

UnityEngine.UI.dll #9

Closed robert-wallis closed 9 years ago

robert-wallis commented 9 years ago

Please import UnityEngine.UI.dll into external references so we can do this:

using UnityEngine.UI;
using UnityEngine.EventSystems;

It's in the Assembly-CSharp.csproj file:

 <Reference Include="UnityEngine.UI">
 <HintPath>/Applications/Unity/Unity.app/Contents/UnityExtensions/Unity/GUISystem/UnityEngine.UI.dll</HintPath>
 </Reference>

Thanks! Great work!

robert-wallis commented 9 years ago

I see it's already being imported here: https://github.com/consulo/consulo-unity3d/blob/799be689c8d3f1ac4887f0f1e5e179fe7f355d7c/src/org/mustbe/consulo/unity3d/projectImport/Unity3dProjectImportBuilder.java#L336

But for some reason it must not be detecting version 5.0.0 :(

VISTALL commented 9 years ago

On MacOS - sdk version is 0.0, due i dont known how get it. U need manually add it(via dependencies->add->standard library->UnityEngine.UI)

VISTALL commented 9 years ago

I found way - how get version on MacOS. Maybe today i will fix this issue

VISTALL commented 9 years ago

I think now - all good (after this fix https://github.com/consulo/consulo-unity3d/commit/5a2600617cd9b59c774d8eb600fc044b6f9f36ab)

Try update plugin - and then import project again

robert-wallis commented 9 years ago

Thanks for checking this out.

VISTALL commented 9 years ago

Hm. They again moved UI library(maybe)

VISTALL commented 9 years ago

Or me made mistake

VISTALL commented 9 years ago

Wait pls some time and update to 854 plugin, and try again

VISTALL commented 9 years ago

Now u can update plugin

VISTALL commented 9 years ago

And make pls sceen of Bundles inside project structure

robert-wallis commented 9 years ago

Thank you! It works now. I'm not sure where to find "Bundles" but here's a screenshot of the dependencies in Standard Library now: screen shot 2015-03-23 at 9 14 52 pm

Interestingly, when I re-imported the project just now it recognized Unity 5.0.0, even though the dependencies says the version is a different number. screen shot 2015-03-23 at 9 17 12 pm

Thank you for fixing the bug so quickly!

VISTALL commented 9 years ago

I said about this window:

But u already answered, your Unity version is 5.0.0 - but few days ago plugin would say 0.0.0

Thanks for bug :smile: