Initial commit

This commit is contained in:
max
2020-11-02 20:23:53 +01:00
commit 8e737f84df
16 changed files with 250 additions and 0 deletions

View File

@ -0,0 +1,16 @@
{
"name": "COMPANYNAME.PACKAGENAME.Editor",
"references": [
"COMPANYNAME.PACKAGENAME"
],
"includePlatforms": [
"Editor"
],
"excludePlatforms": [],
"allowUnsafeCode": false,
"overrideReferences": false,
"precompiledReferences": [],
"autoReferenced": true,
"defineConstraints": [],
"versionDefines": []
}

6
Editor/EditorExample.cs Normal file
View File

@ -0,0 +1,6 @@
using UnityEngine;
using UnityEditor;
namespace COMPANYNAME.PACKAGENAME.Editor
{
}