Unity-Technologies / com.unity.netcode.gameobjects

Netcode for GameObjects is a high-level netcode SDK that provides networking capabilities to GameObject/MonoBehaviour workflows within Unity and sits on top of underlying transport layer.
MIT License
2.15k stars 435 forks source link

Installation doesn't work as per the WIKI #138

Closed mkgn closed 6 years ago

mkgn commented 6 years ago

Issue Type

Bug?

Description

I followed the installation instructions in https://midlevel.github.io/MLAPI/wiki/installation/ Few issues I encountered.

It asks to install the MLAPI-Installer.unitypackage. When I install, it has only one file (MLAPIEditor.cs). Then I installed the MLAPI-Editor.unitypackage and it has some other files those files attached in the image. But note that it doesn't have the MLAPIEditor.cs.

I put all files together and still the VisualStudio complains. For example there is no ProfilerTick type referenced in MLAPIProfiler.cs

Either I am following the wrong WIKI or WIKI is not updated. I appreciate your help.

Your Environment

image

TwoTenPvP commented 6 years ago

You are not ment to install the editor package.