Third Person Controller error

ceospet

New member
I have the old Third person controller. I don't need Multiplayer support but every demo does not run because of the follwing error:

Assets\Third Person Controller\Demos\Network\Scripts\DemoNetworkManager.cs(9,39): error CS0012: The type 'NetworkManager' is defined in an assembly that is not referenced. You must add a reference to assembly 'UnityEngine.Networking, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null'.

Unity version is 2019.1.14.f1 How can I get rid of this error?
 
Version 1 of the controller is no longer supported. You can upgrade to version 2 and that supports Unity 2019.1.
 
Top