-
Notifications
You must be signed in to change notification settings - Fork 12
Expand file tree
/
Copy path.gitmodules
More file actions
56 lines (56 loc) · 1.83 KB
/
.gitmodules
File metadata and controls
56 lines (56 loc) · 1.83 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
[submodule "LiteNetLibManager"]
path = LiteNetLibManager
url = https://github.com/insthync/LiteNetLibManager.git
branch = main
[submodule "CameraAndInput"]
path = CameraAndInput
url = https://github.com/insthync/unity-camera-and-input.git
branch = master
[submodule "UnityEditorUtils"]
path = UnityEditorUtils
url = https://github.com/insthync/unity-editor-utils.git
branch = master
[submodule "AudioManager"]
path = AudioManager
url = https://github.com/insthync/unity-audio-manager.git
branch = master
[submodule "DevExtension"]
path = DevExtension
url = https://github.com/insthync/unity-dev-extension.git
branch = master
[submodule "SerializationSurrogates"]
path = SerializationSurrogates
url = https://github.com/insthync/unity-serialization-surrogates.git
branch = master
[submodule "xNode"]
path = xNode
url = https://github.com/insthync/xNode.git
branch = master
[submodule "SerializableCallback"]
path = SerializableCallback
url = https://github.com/insthync/SerializableCallback.git
branch = master
[submodule "GraphicSettings"]
path = GraphicSettings
url = https://github.com/insthync/unity-graphic-settings.git
branch = main
[submodule "UnityRestClient"]
path = UnityRestClient
url = https://github.com/insthync/unity-rest-client.git
branch = main
[submodule "SharedData"]
path = SharedData
url = https://github.com/suriyun-mmorpg/UnityMultiplayerARPG_SharedData.git
branch = litenetlib
[submodule "AddressableAssetTools"]
path = AddressableAssetTools
url = https://github.com/insthync/unity-addressable-asset-tools.git
branch = main
[submodule "SpatialPartitioningSystems"]
path = SpatialPartitioningSystems
url = https://github.com/insthync/unity-spatial-partitioning-systems.git
branch = main
[submodule "UpdateManager"]
path = UpdateManager
url = https://github.com/insthync/unity-update-manager.git
branch = main