VRM_USE_GAMMA

This commit is contained in:
ousttrue 2022-02-28 15:52:25 +09:00
parent 551a828083
commit 315fbbe935

View File

@ -3,6 +3,7 @@ using UniGLTF.M17N;
using UnityEditor;
using UnityEngine;
#if ! VRM_USE_GAMMA
namespace UniGLTF.EditorSettingsValidator
{
[InitializeOnLoad]
@ -95,4 +96,5 @@ namespace UniGLTF.EditorSettingsValidator
}
}
}
}
}
#endif