Improve namespace and assembly names.
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
using UnityEngine;
|
||||
|
||||
namespace MeshProcess
|
||||
namespace VHACD
|
||||
{
|
||||
public struct MeshSafe
|
||||
{
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "vhacd",
|
||||
"rootNamespace": "MeshProcess",
|
||||
"name": "Shazbot.VHACD",
|
||||
"rootNamespace": "VHACD",
|
||||
"references": [
|
||||
"GUID:80ed647da8ce73c45b66c239eba0365a"
|
||||
],
|
||||
@@ -3,7 +3,7 @@ using System.Linq;
|
||||
using System.Runtime.InteropServices;
|
||||
using UnityEngine;
|
||||
|
||||
namespace MeshProcess
|
||||
namespace VHACD
|
||||
{
|
||||
#if UTILS
|
||||
[Utils.HideScriptField]
|
||||
|
||||
Reference in New Issue
Block a user