Skip to content

Commit

Permalink
🐛 fix: Fix namespace of InariUdonVaridator
Browse files Browse the repository at this point in the history
  • Loading branch information
esnya committed Aug 30, 2021
1 parent f61a1dd commit f18cb09
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 29 deletions.
2 changes: 2 additions & 0 deletions Assets/InariUdon/Editor/DocumentGenerator.cs
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
#if !COMPILER_UDONSHARP && UNITY_EDITOR
using System;
using System.Collections.Generic;
using System.IO;
Expand Down Expand Up @@ -103,3 +104,4 @@ private static void GenerateDocuments()
}
}
}
#endif
23 changes: 0 additions & 23 deletions Assets/InariUdon/Editor/InariUdonEditor.asmdef

This file was deleted.

8 changes: 5 additions & 3 deletions Assets/InariUdon/InariUdonRuntime.asmdef
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,16 @@
"UdonSharp.Editor",
"UdonToolkitRuntime",
"UdonToolkitEditor",
"Unity.TextMeshPro"
"Unity.TextMeshPro",
"InariUdonEditor"
],
"optionalUnityReferences": [],
"includePlatforms": [],
"excludePlatforms": [],
"allowUnsafeCode": false,
"overrideReferences": false,
"precompiledReferences": [],
"autoReferenced": true,
"defineConstraints": []
"defineConstraints": [],
"versionDefines": [],
"noEngineReferences": false
}

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
using UnityEditor;
#endif

namespace InariUdon.Editor
namespace InariUdon.Validation
{
public class InariUdonValidator
{
Expand Down

0 comments on commit f18cb09

Please sign in to comment.