diff --git a/Runtime/MeshSafe.cs b/Runtime/MeshSafe.cs index 8c6ef61..795b866 100644 --- a/Runtime/MeshSafe.cs +++ b/Runtime/MeshSafe.cs @@ -1,6 +1,6 @@ using UnityEngine; -namespace MeshProcess +namespace VHACD { public struct MeshSafe { diff --git a/Runtime/vhacd.asmdef b/Runtime/Shazbot.VHACD.asmdef similarity index 88% rename from Runtime/vhacd.asmdef rename to Runtime/Shazbot.VHACD.asmdef index e52834c..d655d90 100644 --- a/Runtime/vhacd.asmdef +++ b/Runtime/Shazbot.VHACD.asmdef @@ -1,6 +1,6 @@ { - "name": "vhacd", - "rootNamespace": "MeshProcess", + "name": "Shazbot.VHACD", + "rootNamespace": "VHACD", "references": [ "GUID:80ed647da8ce73c45b66c239eba0365a" ], diff --git a/Runtime/vhacd.asmdef.meta b/Runtime/Shazbot.VHACD.asmdef.meta similarity index 100% rename from Runtime/vhacd.asmdef.meta rename to Runtime/Shazbot.VHACD.asmdef.meta diff --git a/Runtime/VHACD.cs b/Runtime/VHACD.cs index b57947c..0e8b3de 100644 --- a/Runtime/VHACD.cs +++ b/Runtime/VHACD.cs @@ -3,7 +3,7 @@ using System.Linq; using System.Runtime.InteropServices; using UnityEngine; -namespace MeshProcess +namespace VHACD { #if UTILS [Utils.HideScriptField] diff --git a/package.json b/package.json index 0994f51..20a11e9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ru.shazbot.vhacd", - "version": "1.0.0", + "version": "1.0.1", "displayName": "VHACD", "description": "Based on https://github.com/Unity-Technologies/VHACD", "licensesUrl": "https://git.well-placed.de/InnoLab/VHACD/src/LICENSE.md",