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 12b6de2 commit 2ab8ec8Copy full SHA for 2ab8ec8
MLAPI-Editor/MLAPI-Editor.csproj
@@ -40,7 +40,6 @@
40
<Compile Include="NetworkedObjectEditor.cs" />
41
<Compile Include="NetworkingManagerEditor.cs" />
42
<Compile Include="Properties\AssemblyInfo.cs" />
43
- <Compile Include="ScenePostProcesser.cs" />
44
<Compile Include="TrackedObjectEditor.cs" />
45
</ItemGroup>
46
<ItemGroup>
MLAPI-Editor/ScenePostProcesser.cs
MLAPI/MonoBehaviours/Core/NetworkedObject.cs
@@ -83,9 +83,6 @@ internal set
83
/// </summary>
84
public bool isSpawned { get; internal set; }
85
internal bool? sceneObject = null;
86
- [HideInInspector]
87
- [SerializeField]
88
- public uint? SceneId = null;
89
90
private void OnDestroy()
91
{
0 commit comments