consulo / consulo-unity3d

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

Unity player not shown #5

Closed gregorytkach closed 9 years ago

gregorytkach commented 9 years ago

Hi. I have issue --> http://prntscr.com/61wh1h . I have installed 4.6.0 Unity, Mac OS 10.10.3, Web Player Unity also installed.

VISTALL commented 9 years ago

I am dont tested with web player(and iOS support is not implemented)

gregorytkach commented 9 years ago

How I can debug my project? Consulo Unity3D plugin didn't find any installed player? And button "run project" disabled. I was learn UnityProcessDialog.java, UnityPlayerService.java and scan used ports on my laptop and Unity Editor didn't use any port which included in "UnityPlayerService::ourPorts". But I have one which not listed --> http://prntscr.com/6253fg Mb. it help us resolve this issue.

VISTALL commented 9 years ago

Consulo provide only C# code edit. For unknown me reason - unity app what compiled from command line(by consulo) dont have scripting debug, and attaching is failed.

gregorytkach commented 9 years ago

Do you have in your todo list debug feature for unity app/player/editor or you think it impossible right now?

VISTALL commented 9 years ago

Plugin debug default app for mac + win. But with iOS - no impl. WebPlayer i dont tested.

No hands for do all)

VISTALL commented 9 years ago

Incomplete.

Now we can attach to Editor process, not only app

robert-wallis commented 9 years ago

I can confirm this does not work on Mac, consulo looks for the exe file on Windows, even when running it in OSX.

VISTALL commented 9 years ago

Hi. Not only .exe file

https://github.com/consulo/consulo-unity3d/blob/master/src/org/mustbe/consulo/unity3d/run/debugger/UnityProcessDialog.java#L97

Wait few mins i will check it.

VISTALL commented 9 years ago

Consulo saw Unity Editor. But i cant test debug - due i have 4.6 unity, need 5. After 10 min, i will test it

VISTALL commented 9 years ago

I got exception. We moving to another issue https://github.com/consulo/consulo-unity3d/issues/13