Unity Package Structure
This commit is contained in:
parent
0e6b0e4138
commit
de9db032a6
|
@ -0,0 +1,8 @@
|
|||
fileFormatVersion: 2
|
||||
guid: c0bd1159765ed5a4190df5d262e5fa28
|
||||
folderAsset: yes
|
||||
DefaultImporter:
|
||||
externalObjects: {}
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
|
@ -11,7 +11,7 @@ namespace Syntriax.Editor
|
|||
{
|
||||
private const string AssetPath = "Assets";
|
||||
|
||||
[MenuItem("Syntriax/Create Project Structure")]
|
||||
[MenuItem("Syntriax/Create Project Structure", false, int.MaxValue)]
|
||||
private static void CreateStructure()
|
||||
{
|
||||
CreateSubFolder($"{AssetPath}", "Art");
|
|
@ -0,0 +1,16 @@
|
|||
{
|
||||
"name": "Syntriax.ProjectStructureCreator.Editor",
|
||||
"rootNamespace": "",
|
||||
"references": [],
|
||||
"includePlatforms": [
|
||||
"Editor"
|
||||
],
|
||||
"excludePlatforms": [],
|
||||
"allowUnsafeCode": false,
|
||||
"overrideReferences": false,
|
||||
"precompiledReferences": [],
|
||||
"autoReferenced": true,
|
||||
"defineConstraints": [],
|
||||
"versionDefines": [],
|
||||
"noEngineReferences": false
|
||||
}
|
|
@ -0,0 +1,7 @@
|
|||
fileFormatVersion: 2
|
||||
guid: 34011ba7095fe4a46b1fd143973dba26
|
||||
AssemblyDefinitionImporter:
|
||||
externalObjects: {}
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
|
@ -1,8 +1,10 @@
|
|||
{
|
||||
"name": "com.syntriax.project-structure-creator",
|
||||
"version": "1.0.0",
|
||||
"version": "0.1.0",
|
||||
"displayName": "Project Structure Creator",
|
||||
"unity": "2019.1",
|
||||
"documentationUrl": "https://git.syntriax.com/Syntriax/ProjectStructureCreator.git",
|
||||
"dependencies": {},
|
||||
"keywords": ["Structure"],
|
||||
"author": {
|
||||
"name": "Syntriax",
|
||||
|
|
|
@ -0,0 +1,7 @@
|
|||
fileFormatVersion: 2
|
||||
guid: cc79498536923fe4c8c83196c1569d74
|
||||
TextScriptImporter:
|
||||
externalObjects: {}
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
Loading…
Reference in New Issue