Multiple scripted importers
note
glb
や gltf
拡張子を処理できる plugin が重複しています。
Multiple scripted importers are targeting the extension 'glb' and have all been rejected: UniGLTF.GlbScriptedImporter (assembly: \My project\Library\ScriptAssemblies\UniGLTF.Editor.dll), GLTFast.Editor.GltfImporter (assembly: \My project\Library\ScriptAssemblies\glTFast.Editor.dll)
UnityEditor.AssetImporters.ScriptedImporter:RegisterScriptedImporters ()
v0.100.1~
UniGLTF の glb / gltf 処理を止めることができ ます。UnityMenu
- Projeoct Settings
- Player
- ScriptingDefineSymbols
- UNIGLTF_DISABLE_DEFAULT_GLB_IMPORTER
- UNIGLTF_DISABLE_DEFAULT_GLTF_IMPORTER
UniGLTF の editor importer が無効になります.