File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed
Assets/MRTK/Core/Utilities/Gltf/Serialization/Importers Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 99
1010namespace Microsoft . MixedReality . Toolkit . Utilities . Gltf . Serialization . Editor
1111{
12+ #if ! MRTK_GLTF_IMPORTER_OFF
1213 [ ScriptedImporter ( 1 , "glb" ) ]
14+ #endif // !MRTK_GLTF_IMPORTER_OFF
1315 public class GlbAssetImporter : ScriptedImporter
1416 {
1517 public override void OnImportAsset ( AssetImportContext context )
1618 {
1719 GltfEditorImporter . OnImportGltfAsset ( context ) ;
1820 }
1921 }
20- }
22+ }
Original file line number Diff line number Diff line change 99
1010namespace Microsoft . MixedReality . Toolkit . Utilities . Gltf . Serialization . Editor
1111{
12+ #if ! MRTK_GLTF_IMPORTER_OFF
1213 [ ScriptedImporter ( 1 , "gltf" ) ]
14+ #endif // !MRTK_GLTF_IMPORTER_OFF
1315 public class GltfAssetImporter : ScriptedImporter
1416 {
1517 public override void OnImportAsset ( AssetImportContext context )
1618 {
1719 GltfEditorImporter . OnImportGltfAsset ( context ) ;
1820 }
1921 }
20- }
22+ }
You can’t perform that action at this time.
0 commit comments