Skip to content

Commit 2ab8ec8

Browse files
committed
Removed PostProcessing
1 parent 12b6de2 commit 2ab8ec8

File tree

3 files changed

+0
-57
lines changed

3 files changed

+0
-57
lines changed

MLAPI-Editor/MLAPI-Editor.csproj

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,6 @@
4040
<Compile Include="NetworkedObjectEditor.cs" />
4141
<Compile Include="NetworkingManagerEditor.cs" />
4242
<Compile Include="Properties\AssemblyInfo.cs" />
43-
<Compile Include="ScenePostProcesser.cs" />
4443
<Compile Include="TrackedObjectEditor.cs" />
4544
</ItemGroup>
4645
<ItemGroup>

MLAPI-Editor/ScenePostProcesser.cs

Lines changed: 0 additions & 53 deletions
This file was deleted.

MLAPI/MonoBehaviours/Core/NetworkedObject.cs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -83,9 +83,6 @@ internal set
8383
/// </summary>
8484
public bool isSpawned { get; internal set; }
8585
internal bool? sceneObject = null;
86-
[HideInInspector]
87-
[SerializeField]
88-
public uint? SceneId = null;
8986

9087
private void OnDestroy()
9188
{

0 commit comments

Comments
 (0)