consulo / consulo-unity3d

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

Unity networking needs to be added to list of DLLs when importing projects #20

Closed Hodkinson closed 9 years ago

Hodkinson commented 9 years ago

In my case, I added C/programfiles/unity/editor/data/unityextensions/unity/networking/UnityEngine.Networking.dll and the errors with the networking classes went away.

I'm not sure if the UNetWeaver or CecilTools mono libs are required, I added them too just in case.

VISTALL commented 9 years ago

unity 5.1?

Hodkinson commented 9 years ago

Yes, 5.1.1

VISTALL commented 9 years ago

Thanks for information. I will fix it after one week, due i dont have access to my PC.

VISTALL commented 9 years ago

In Progress

nuggus commented 9 years ago

Hi, I am new to unity networking, could you please tell me from where can i get UnityEngine.Networking.dll file

VISTALL commented 9 years ago

Why u need it? If u working inside Consulo or MonoDevelop - its autoimported with Unity 5.1+ version

nuggus commented 9 years ago

Thankyou for ur Reply. I am getting below error

Assets/Standard Assets/Characters/ThirdPersonCharacter/Scripts/ThirdPersonUserControl.cs(3,19): error CS0234: The type or namespace name Networking' does not exist in the namespaceUnityEngine'. Are you missing an assembly reference?

So i found dll file is missing, if i am wrong please help me to solve this issue.

VISTALL commented 9 years ago

What Unity version u have? And its a Unity problem - please use their community forum http://unity3d.com/community

nuggus commented 9 years ago

i am using unity 5.0.2f1 personal

VISTALL commented 9 years ago

New unity networking introduced in 5.1 version

nuggus commented 9 years ago

oh, I will update to new version and try if my problem is resolved.

nuggus commented 9 years ago

VISTALL, do u have any idea on how to change the look of the default ThirdPersonCharacter in unity 5. I want to set up my own character

VISTALL commented 9 years ago

No - as i say, its Unity problem - and you need go to Unity community forum

nuggus commented 9 years ago

Issue Resolved, when I updated my Unity Version.