1
0
mirror of https://github.com/maxartz15/ScriptableData.git synced 2025-07-13 18:56:02 +02:00

Initial commit

This commit is contained in:
max
2021-12-22 11:55:51 +01:00
commit be3af5cba7
16 changed files with 250 additions and 0 deletions

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

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