Skip to content

Commit

Permalink
EditorOnly Post
Browse files Browse the repository at this point in the history
  • Loading branch information
Melioli committed Aug 24, 2024
1 parent 3e7c854 commit aa198c7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -71,3 +71,4 @@ Dev.meta
Hoyo2VRC.meta
Deployment.meta
Editor/Deployment.meta
/Scripts/Editor/Deployment
4 changes: 3 additions & 1 deletion Scripts/Editor/Post Processing/HoyoToonPostEditor.cs
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
#if UNITY_EDITOR
using UnityEditor;
using UnityEngine;

Expand Down Expand Up @@ -137,4 +138,5 @@ public override void OnInspectorGUI()
}
}
}
}
}
#endif

0 comments on commit aa198c7

Please sign in to comment.