File tree Expand file tree Collapse file tree 4 files changed +9
-4
lines changed
Expand file tree Collapse file tree 4 files changed +9
-4
lines changed Original file line number Diff line number Diff line change 11using System ;
22using System . Collections . Generic ;
33using UnityEngine ;
4+ using Unity . Netcode ;
45
56namespace UnscriptedEngine
67{
7- public class UObject : MonoBehaviour
8+ public class UObject : NetworkBehaviour
89 {
910 public T CastTo < T > ( ) where T : UObject
1011 {
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ public static void CreateLevelObject(MenuCommand command)
2020 rtsCamera . AddComponent < Camera > ( ) ;
2121 rtsCamera . AddComponent < AudioListener > ( ) ;
2222 //rtsCamera.AddComponent<UniversalAdditionalCameraData>();
23- rtsCamera . AddComponent < URTSCamera > ( ) ;
23+ // rtsCamera.AddComponent<URTSCamera>();
2424
2525 GameObjectUtility . SetParentAndAlign ( go , command . context as GameObject ) ;
2626
Original file line number Diff line number Diff line change 44 "references": [
55 "GUID:75469ad4d38634e559750d17036d5f7c",
66 "GUID:15fc0a57446b3144c949da3e2b9737a9",
7- "GUID:6055be8ebefd69e48b49212b09b47b2f"
7+ "GUID:6055be8ebefd69e48b49212b09b47b2f",
8+ "GUID:3b8ed52f1b5c64994af4c4e0aa4b6c4b",
9+ "GUID:1491147abca9d7d4bb7105af628b223e"
810 ],
911 "includePlatforms": [],
1012 "excludePlatforms": [],
Original file line number Diff line number Diff line change 99 "changelogUrl" : " " ,
1010 "licensesUrl" : " " ,
1111 "dependencies" : {
12- "com.unity.inputsystem" : " 1.7.0"
12+ "com.unity.inputsystem" : " 1.7.0" ,
13+ "com.unity.netcode.gameobjects" : " 1.7.1" ,
14+ "com.unity.cinemachine" : " 2.9.7"
1315 },
1416 "keywords" : [
1517 " UnscriptedLogic" ,
You can’t perform that action at this time.
0 commit comments