consulo / UnityEditorConsuloPlugin

Consulo plugin for UnityEditor
Apache License 2.0
18 stars 2 forks source link

not work on Unity 5.3.1f1 OS X #1

Closed yunoshev closed 8 years ago

yunoshev commented 8 years ago

Plugin added to project, "Edit/Use Consulo as External Editor" - enabled

When you click on a С# file in the project - Mono Develop open and couple follow exception at console

SocketException: Connection refused
System.Net.Sockets.Socket.Connect (System.Net.EndPoint remoteEP, Boolean requireSocketPolicy)
System.Net.WebConnection.Connect (System.Net.HttpWebRequest request)
Rethrow as WebException: Error: ConnectFailure (Connection refused)
System.Net.HttpWebRequest.EndGetRequestStream (IAsyncResult asyncResult)
System.Net.HttpWebRequest.GetRequestStream ()
MustBe.Consulo.Internal.ConsuloPlugin.OnOpenedAssetCallback (Int32 instanceID, Int32 line)
UnityEditor.DockArea:OnGUI()
VISTALL commented 8 years ago

Consulo opened? For now its known limitation (sorry)

yunoshev commented 8 years ago

I try both cases - Consulo already launched (at select project screen) and not launched - same issue

VISTALL commented 8 years ago

Please say Consulo build and Unity plugin build numbers?

Here you can get plugin build

yunoshev commented 8 years ago

Unity3D Plugin Version 2081 Consulo 1.0 #1266, Build #1266, built on January 2, 2016, JDK: 1.8.0_25, VM: Java HotSpot(TM) 64-Bit Server VM by Oracle Corporation Unity3D version 5.3.1f1 OS X version 10.11.2

VISTALL commented 8 years ago

Try to open in browser URL (with started Consulo)

http://localhost:62242/startTime

Please say what u see)

yunoshev commented 8 years ago

at follow screen https://monosnap.com/file/enKVB6YW9eqvm1uf0MKWkIE9C0ADjO -> GET http://localhost:62242/startTime net::ERR_CONNECTION_REFUSED I create and open test empty project - in this case - build-in http server return unix time

But in this case, if I click on C# file in Unity Editor - nothing happens. No errors on Unity console, no changes with Consulo (still test project open).

VISTALL commented 8 years ago

Try to import Unity project, and then try to double click in Editor

VISTALL commented 8 years ago

I think you need Import Project and then select file in Unity Editor.

I already working on improving.

VISTALL commented 8 years ago

I have improved opening, but for now need manually call Import project (once)

VISTALL commented 8 years ago

Need update Consulo & Unity plugin after one hour

VISTALL commented 8 years ago

Added support for auto-import project on double click. Only required opened Consulo.

But need last builds

VISTALL commented 8 years ago

Actual?

VISTALL commented 8 years ago

If repeated, create new issue