Skip to content

Commit

Permalink
Fix build-time only warnings in Remove FX Layers
Browse files Browse the repository at this point in the history
  • Loading branch information
enitimeago committed Aug 25, 2024
1 parent 0afefc1 commit e1db01e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ public override void OnInspectorGUI()
EditorGUILayout.EndHorizontal();

// Run asserts, however continue rendering GUI if errors are encountered.
_commonChecks.RunChecks(avatar);
_commonChecks.RunChecks(avatar, isBuildTime: false);

var fxController = FindFxAnimatorController(avatar);
if (!_persistentData._isInitialized)
Expand Down

0 comments on commit e1db01e

Please sign in to comment.