Package.json

This commit is contained in:
Syntriax 2022-12-13 14:42:23 +03:00
parent 71d00d6fbf
commit 0e6b0e4138
2 changed files with 23 additions and 0 deletions

View File

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

12
package.json Normal file
View File

@ -0,0 +1,12 @@
{
"name": "com.syntriax.project-structure-creator",
"version": "1.0.0",
"displayName": "Project Structure Creator",
"unity": "2019.1",
"keywords": ["Structure"],
"author": {
"name": "Syntriax",
"email": "Syntriax@gmail.com",
"url": "https://syntriax.com"
}
}