We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1817f62 commit 9691b49Copy full SHA for 9691b49
com.unity.multiplayer.mlapi/Runtime/Configuration/NetworkConfig.cs
@@ -6,6 +6,7 @@
6
using MLAPI.Hashing;
7
using MLAPI.Serialization;
8
using MLAPI.Serialization.Pooled;
9
+using UnityEngine.Serialization;
10
11
namespace MLAPI.Configuration
12
{
@@ -52,6 +53,7 @@ public class NetworkConfig
52
53
/// A list of spawnable prefabs
54
/// </summary>
55
[Tooltip("The prefabs that can be spawned across the network")]
56
+ [FormerlySerializedAs("NetworkedPrefabs")]
57
public List<NetworkPrefab> NetworkPrefabs = new List<NetworkPrefab>();
58
59
/// <summary>
0 commit comments