Package setup.

This commit is contained in:
max
2021-03-30 15:36:30 +02:00
parent 8a23ad5449
commit 644f5d5477
25 changed files with 140 additions and 142 deletions

View File

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

View File

@ -0,0 +1,20 @@
using UnityEngine;
using UnityEditor;
namespace TAO.SceneDebugViewer.Editor
{
public class SceneDebugViewerWindow : EditorWindow
{
[MenuItem("Window/SceneDebugViewer")]
static void Init()
{
SceneDebugViewerWindow window = (SceneDebugViewerWindow)EditorWindow.GetWindow(typeof(SceneDebugViewerWindow));
window.Show();
}
private void OnGUI()
{
}
}
}

View File

@ -0,0 +1,11 @@
fileFormatVersion: 2
guid: af04cbc3f49c9e84dbab665498c4f129
MonoImporter:
externalObjects: {}
serializedVersion: 2
defaultReferences: []
executionOrder: 0
icon: {instanceID: 0}
userData:
assetBundleName:
assetBundleVariant:

View File

@ -1,8 +1,7 @@
{
"name": "COMPANYNAME.PACKAGENAME.Editor",
"references": [
"COMPANYNAME.PACKAGENAME"
],
"name": "TAO.SceneDebugViewer.Editor",
"rootNamespace": "TAO.SceneDebugViewer.Editor",
"references": [],
"includePlatforms": [
"Editor"
],
@ -12,5 +11,6 @@
"precompiledReferences": [],
"autoReferenced": true,
"defineConstraints": [],
"versionDefines": []
"versionDefines": [],
"noEngineReferences": false
}

View File

@ -0,0 +1,7 @@
fileFormatVersion: 2
guid: 778ffa231d7ba7643ab27125fb9fcb5f
AssemblyDefinitionImporter:
externalObjects: {}
userData:
assetBundleName:
assetBundleVariant: