installed mlapi

This commit is contained in:
DerTyp187
2021-10-19 08:49:36 +02:00
parent 30b2f8f4b2
commit 0ce5bb61d6
5 changed files with 24 additions and 2 deletions

View File

@@ -2,12 +2,14 @@ using System.Collections;
using System.Collections.Generic; using System.Collections.Generic;
using UnityEngine; using UnityEngine;
public class GameMaster : MonoBehaviour public class GameMaster : MonoBehaviour
{ {
[Header("GameMaster")] [Header("GameMaster")]
[SerializeField] private List<Team> teams = new List<Team>(); [SerializeField] private List<Team> teams = new List<Team>();
private void Start() private void Start()
{ {
CreateTeam("Orange"); CreateTeam("Orange");
CreateTeam("Blue"); CreateTeam("Blue");
} }

View File

@@ -4,6 +4,7 @@
"com.unity.ide.rider": "3.0.7", "com.unity.ide.rider": "3.0.7",
"com.unity.ide.visualstudio": "2.0.11", "com.unity.ide.visualstudio": "2.0.11",
"com.unity.ide.vscode": "1.2.4", "com.unity.ide.vscode": "1.2.4",
"com.unity.multiplayer.mlapi": "https://github.com/Unity-Technologies/com.unity.multiplayer.mlapi.git?path=/com.unity.multiplayer.mlapi#release/0.1.0",
"com.unity.test-framework": "1.1.29", "com.unity.test-framework": "1.1.29",
"com.unity.textmeshpro": "3.0.6", "com.unity.textmeshpro": "3.0.6",
"com.unity.timeline": "1.5.6", "com.unity.timeline": "1.5.6",

View File

@@ -39,6 +39,24 @@
"dependencies": {}, "dependencies": {},
"url": "https://packages.unity.com" "url": "https://packages.unity.com"
}, },
"com.unity.multiplayer.mlapi": {
"version": "https://github.com/Unity-Technologies/com.unity.multiplayer.mlapi.git?path=/com.unity.multiplayer.mlapi#release/0.1.0",
"depth": 0,
"source": "git",
"dependencies": {
"com.unity.modules.ai": "1.0.0",
"com.unity.modules.animation": "1.0.0",
"com.unity.nuget.mono-cecil": "1.10.1-preview.1"
},
"hash": "3e3aef6aa02c2a25359898319e5bd49d3518b57b"
},
"com.unity.nuget.mono-cecil": {
"version": "1.10.1-preview.1",
"depth": 1,
"source": "registry",
"dependencies": {},
"url": "https://packages.unity.com"
},
"com.unity.test-framework": { "com.unity.test-framework": {
"version": "1.1.29", "version": "1.1.29",
"depth": 0, "depth": 0,

View File

@@ -12,12 +12,12 @@ MonoBehaviour:
m_Script: {fileID: 13964, guid: 0000000000000000e000000000000000, type: 0} m_Script: {fileID: 13964, guid: 0000000000000000e000000000000000, type: 0}
m_Name: m_Name:
m_EditorClassIdentifier: m_EditorClassIdentifier:
m_EnablePreReleasePackages: 0 m_EnablePreReleasePackages: 1
m_EnablePackageDependencies: 0 m_EnablePackageDependencies: 0
m_AdvancedSettingsExpanded: 1 m_AdvancedSettingsExpanded: 1
m_ScopedRegistriesSettingsExpanded: 1 m_ScopedRegistriesSettingsExpanded: 1
m_SeeAllPackageVersions: 0 m_SeeAllPackageVersions: 0
oneTimeWarningShown: 0 oneTimeWarningShown: 1
m_Registries: m_Registries:
- m_Id: main - m_Id: main
m_Name: m_Name:

View File

@@ -0,0 +1 @@
{}