前提・実現したいこと
Unityでfungusをインポートした際のエラーの解決
発生している問題・エラーメッセージ
インポートした時点でこのようなスクリプトエラーが出ている状態です。
Assets\Fungus\Scripts\Editor\LuaScriptedImporter.cs(12,37): error CS0246: The type or namespace name 'ScriptedImporter' could not be found (are you missing a using directive or an assembly reference?)
Assets\Fungus\Scripts\Editor\LuaScriptedImporter.cs(11,6): error CS0246: The type or namespace name 'ScriptedImporterAttribute' could not be found (are you missing a using directive or an assembly reference?)
Assets\Fungus\Scripts\Editor\LuaScriptedImporter.cs(11,6): error CS0246: The type or namespace name 'ScriptedImporter' could not be found (are you missing a using directive or an assembly reference?)
Assets\Fungus\Scripts\Editor\LuaScriptedImporter.cs(14,41): error CS0246: The type or namespace name 'AssetImportContext' could not be found (are you missing a using directive or an assembly reference?)
該当のソースコード
試したこと
補足情報(FW/ツールのバージョンなど)
Unity2020.3.12.f1を使用しています。
回答2件
あなたの回答
tips
プレビュー
バッドをするには、ログインかつ
こちらの条件を満たす必要があります。