Improve namespace and assembly names.

This commit is contained in:
2025-08-17 05:36:30 +02:00
parent ab1026ece5
commit cec90b4113
5 changed files with 5 additions and 5 deletions

View File

@@ -1,6 +1,6 @@
using UnityEngine;
namespace MeshProcess
namespace VHACD
{
public struct MeshSafe
{

View File

@@ -1,6 +1,6 @@
{
"name": "vhacd",
"rootNamespace": "MeshProcess",
"name": "Shazbot.VHACD",
"rootNamespace": "VHACD",
"references": [
"GUID:80ed647da8ce73c45b66c239eba0365a"
],

View File

@@ -3,7 +3,7 @@ using System.Linq;
using System.Runtime.InteropServices;
using UnityEngine;
namespace MeshProcess
namespace VHACD
{
#if UTILS
[Utils.HideScriptField]

View File

@@ -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",