Topic: Compiler errors after installation
Hello,
I installed UFE 2 (Standard Edition) on Unity v. 2022.2.9f1 and nothing else is installed - it's a new project.
I get compillation errors, and I don't know what to do with them. There are six errors:
Assets\UFE\Engine\Scripts\UI_Templates\DefaultSearchMatchScreen.cs(21,50): error CS0012: The type 'NetworkID' is defined in an assembly that is not referenced. You must add a reference to assembly 'UnityEngine.UNETModule, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null'.
Assets\UFE\Engine\Scripts\UI_Templates\DefaultSearchMatchScreen.cs(21,79): error CS0012: The type 'NetworkID' is defined in an assembly that is not referenced. You must add a reference to assembly 'UnityEngine.UNETModule, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null'.
Assets\UFE\Engine\Scripts\UI_Templates\DefaultSearchMatchScreen.cs(26,50): error CS0012: The type 'NetworkID' is defined in an assembly that is not referenced. You must add a reference to assembly 'UnityEngine.UNETModule, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null'.
Assets\UFE\Engine\Scripts\UI_Templates\DefaultSearchMatchScreen.cs(26,79): error CS0012: The type 'NetworkID' is defined in an assembly that is not referenced. You must add a reference to assembly 'UnityEngine.UNETModule, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null'.
Assets\UFE\Engine\Scripts\UI_Templates\DefaultSearchMatchScreen.cs(40,115): error CS0012: The type 'NetworkID' is defined in an assembly that is not referenced. You must add a reference to assembly 'UnityEngine.UNETModule, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null'.
Assets\UFE\Engine\Scripts\UI_Templates\DefaultSearchMatchScreen.cs(51,115): error CS0012: The type 'NetworkID' is defined in an assembly that is not referenced. You must add a reference to assembly 'UnityEngine.UNETModule, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null'.
Please advise. I am fine even with starting a new project, as I haven't done anything yet other than install UFE 2, as I just bought it during the Unity Flash Sale. I've been struggling with these errors for 2 days and tried creating a new project, but same result. I appreciate some advice so I can play with the engine!
Many thanks.