Open Source documentation for Unity Multiplayer, which includes Netcode for GameObjects, the Unity Transport Package, Multiplayer Tools and Educational references and Sample Games such as Boss Room.
When I copy the provided code into the HelloWorldManager.cs script, Unity Hub prompts errors as follows:
Assets\Scripts\HelloWorldManager.cs(34,43): error CS0120: An object reference is required for the non-static field, method, or property 'HelloWorldManager.m_NetworkManager'
Do you have any suggestions for figuring out this issue? Thank you very much.
Hi there,
When I copy the provided code into the HelloWorldManager.cs script, Unity Hub prompts errors as follows: Assets\Scripts\HelloWorldManager.cs(34,43): error CS0120: An object reference is required for the non-static field, method, or property 'HelloWorldManager.m_NetworkManager'
Do you have any suggestions for figuring out this issue? Thank you very much.