Unity Package Structure

This commit is contained in:
2022-12-15 19:24:01 +03:00
parent f84502ceb4
commit 36ec79c262
43 changed files with 44 additions and 3 deletions

View File

@@ -1,9 +1,15 @@
{
"name": "com.syntriax.movement",
"version": "1.0.0",
"version": "0.1.0",
"displayName": "Movement Module",
"description": "Dependends On:\n https://git.syntriax.com/Syntriax/ToggleState.git\nhttps://git.syntriax.com/Syntriax/Trigger.git\nhttps://git.syntriax.com/Syntriax/Factory.git",
"unity": "2019.1",
"documentationUrl": "https://git.syntriax.com/Syntriax/Movement.git",
"dependencies": {
"com.syntriax.toggle-state": "0.x.x",
"com.syntriax.trigger": "0.x.x",
"com.syntriax.factory": "0.x.x"
},
"keywords": ["Movement"],
"author": {
"name": "Syntriax",