diff --git a/Runtime/Incobyte.ThoMagicRenderer.Runtime.asmdef b/Runtime/Incobyte.ThoMagicRenderer.Runtime.asmdef deleted file mode 100644 index faef014..0000000 --- a/Runtime/Incobyte.ThoMagicRenderer.Runtime.asmdef +++ /dev/null @@ -1,23 +0,0 @@ -{ - "name": "Incobyte.ThoMagicRenderer.Runtime", - "rootNamespace": "", - "references": [ - - ], - "includePlatforms": [ - "Android", - "iOS", - "LinuxStandalone64", - "CloudRendering", - "macOSStandalone", - "WindowsStandalone64" - ], - "excludePlatforms": [], - "allowUnsafeCode": true, - "overrideReferences": true, - "precompiledReferences": [], - "autoReferenced": false, - "defineConstraints": [], - "versionDefines": [], - "noEngineReferences": false -} \ No newline at end of file diff --git a/Runtime/Incobyte.ThoMagicRenderer.asmdef b/Runtime/Incobyte.ThoMagicRenderer.asmdef new file mode 100644 index 0000000..2dd096f --- /dev/null +++ b/Runtime/Incobyte.ThoMagicRenderer.asmdef @@ -0,0 +1,36 @@ +{ + "name": "Incobyte.ThoMagicRenderer", + "rootNamespace": "Assets.ThoMagic.Renderer", + "references": [], + "includePlatforms": [], + "excludePlatforms": [ + "Android", + "Editor", + "EmbeddedLinux", + "GameCoreScarlett", + "GameCoreXboxOne", + "iOS", + "LinuxStandalone64", + "CloudRendering", + "macOSStandalone", + "PS4", + "PS5", + "QNX", + "Stadia", + "Switch", + "tvOS", + "WSA", + "VisionOS", + "WebGL", + "WindowsStandalone32", + "WindowsStandalone64", + "XboxOne" + ], + "allowUnsafeCode": true, + "overrideReferences": true, + "precompiledReferences": [], + "autoReferenced": false, + "defineConstraints": [], + "versionDefines": [], + "noEngineReferences": false +} \ No newline at end of file diff --git a/Runtime/Incobyte.ThoMagicRenderer.Runtime.asmdef.meta b/Runtime/Incobyte.ThoMagicRenderer.asmdef.meta similarity index 100% rename from Runtime/Incobyte.ThoMagicRenderer.Runtime.asmdef.meta rename to Runtime/Incobyte.ThoMagicRenderer.asmdef.meta