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.
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
Unity Version: 2018.2.11f1
MLAPI Version (Commit # or release version): Latest in the repo.
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