We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c025118 commit 7b30ad0Copy full SHA for 7b30ad0
BuildUnityPackages.ps1
@@ -1,4 +1,4 @@
1
-$editorFiles = @("MLAPIProfiler.cs", "NetworkedAnimatorEditor.cs", "NetworkedBehaviourEditor.cs", "NetworkedObjectEditor.cs", "NetworkingManagerEditor.cs", "TrackedObjectEditor.cs")
+$editorFiles = @("MLAPIProfiler.cs", "NetworkedAnimatorEditor.cs", "NetworkedBehaviourEditor.cs", "NetworkedObjectEditor.cs", "NetworkingManagerEditor.cs", "TrackedObjectEditor.cs", "PostProcessScene.cs")
2
$installerFiles = @("MLAPIEditor.cs")
3
4
$myPath = (Get-Item -Path ".\").FullName;
0 commit comments