We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 683db1c commit ae016b2Copy full SHA for ae016b2
AlembicImporter/Assets/UTJ/Alembic/Scripts/Importer/AlembicSettings.cs
@@ -15,5 +15,12 @@ public class AlembicStreamSettings
15
[SerializeField] public bool treatVertexExtraDataAsStatics = false;
16
[SerializeField] public bool cacheSamples = false;
17
[SerializeField] public bool use32BitsIndexBuffer = false;
18
+
19
+ public AlembicStreamSettings()
20
+ {
21
+#if UNITY_2017_3_OR_NEWER
22
+ use32BitsIndexBuffer = true;
23
+#endif
24
+ }
25
}
26
0 commit comments