mirror of
https://github.com/unity-atoms/unity-atoms.git
synced 2025-01-22 08:08:51 -05:00
Changes due to move to new organization
This commit is contained in:
parent
584e673bc1
commit
a6c7076666
@ -14,7 +14,7 @@ The reason for this project structure is that we want to include examples in the
|
||||
### UPM doesn't allow...
|
||||
|
||||
- importing a sub folder in a Git repo when depending on a package through a Git URL.
|
||||
- excluding files (using property "files" in package.json) when importing locally using the file syntax (eg. "com.mambojambostudios.unity-atoms-core": "file:../../Packages/Core").
|
||||
- excluding files (using property "files" in package.json) when importing locally using the file syntax (eg. "com.unity-atoms.unity-atoms-core": "file:../../Packages/Core").
|
||||
- package.json in subdirectories (only root level)
|
||||
|
||||
### Current project structure therefore allows for...
|
||||
|
8
Examples/Assets/Test.meta
Normal file
8
Examples/Assets/Test.meta
Normal file
@ -0,0 +1,8 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 3bc9961d23e5740fdb0967784e2cbe2d
|
||||
folderAsset: yes
|
||||
DefaultImporter:
|
||||
externalObjects: {}
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
49
Examples/Assets/Test/TODO.md
Normal file
49
Examples/Assets/Test/TODO.md
Normal file
@ -0,0 +1,49 @@
|
||||
# Unity Atoms v5
|
||||
|
||||
## Features
|
||||
|
||||
### Generic serialization ⭐️
|
||||
|
||||
Use Unity's new capability to serialize generics
|
||||
|
||||
### Improve debugability large projects
|
||||
|
||||
Visualize all atoms and MBs in a specific scene that are referencing those atoms.
|
||||
|
||||
### Selectors / Derrived Variable
|
||||
|
||||
Derrive state from several Atoms. Eg. combine AtomVariable<int> and AtomVariable<bool> to AtomVariable<Tuple<int, bool>>
|
||||
|
||||
See: https://recoiljs.org/docs/basic-tutorial/selectors
|
||||
|
||||
### Mutations / transactions ⭐️
|
||||
|
||||
Group changes of several atoms into one transaction (like a database transaction).
|
||||
|
||||
### Batch change events ⭐️
|
||||
|
||||
Wait triggering change events until a specific phase, eg. trigger on LateUpdate.
|
||||
|
||||
### Reactive lists
|
||||
|
||||
Like Atom List, but also possible to subscribe to when a list item is being modified.
|
||||
|
||||
### Group Atoms / SOs in the project hierarchy
|
||||
|
||||
Eg. add events as sub assets to a variable
|
||||
|
||||
### Templates
|
||||
|
||||
Starter C# templates for certain atoms, eg. AtomFunction / AtomAction
|
||||
|
||||
## Structural changes
|
||||
|
||||
### CI /CD
|
||||
|
||||
https://github.com/game-ci
|
||||
|
||||
### Github organization
|
||||
|
||||
### Break out website + Unity project to there own repos
|
||||
|
||||
Using git sub modules.
|
7
Examples/Assets/Test/TODO.md.meta
Normal file
7
Examples/Assets/Test/TODO.md.meta
Normal file
@ -0,0 +1,7 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 9c322011353fe4f21bd6481f842b0276
|
||||
TextScriptImporter:
|
||||
externalObjects: {}
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
@ -116,3 +116,15 @@ Update Mode: updateDependencies
|
||||
The following packages were updated:
|
||||
com.unity.ide.vscode from version 1.1.3 to 1.2.0
|
||||
com.unity.test-framework from version 1.1.13 to 1.1.14
|
||||
|
||||
=== Wed Jan 6 22:00:03 2021
|
||||
|
||||
Packages were changed.
|
||||
Update Mode: updateDependencies
|
||||
|
||||
The following packages were added:
|
||||
com.unity.ide.visualstudio@2.0.2
|
||||
The following packages were updated:
|
||||
com.unity.ide.rider from version 1.1.4 to 1.2.1
|
||||
com.unity.ide.vscode from version 1.2.0 to 1.2.2
|
||||
com.unity.test-framework from version 1.1.13 to 1.1.16
|
||||
|
@ -1,21 +1,22 @@
|
||||
{
|
||||
"dependencies": {
|
||||
"com.mambojambostudios.marvelous": "1.0.8",
|
||||
"com.mambojambostudios.unity-atoms-base-atoms": "file:../../Packages/BaseAtoms",
|
||||
"com.mambojambostudios.unity-atoms-core": "file:../../Packages/Core",
|
||||
"com.mambojambostudios.unity-atoms-fsm": "file:../../Packages/FSM",
|
||||
"com.mambojambostudios.unity-atoms-mobile": "file:../../Packages/Mobile",
|
||||
"com.mambojambostudios.unity-atoms-mono-hooks": "file:../../Packages/MonoHooks",
|
||||
"com.mambojambostudios.unity-atoms-scene-mgmt": "file:../../Packages/SceneMgmt",
|
||||
"com.mambojambostudios.unity-atoms-tags": "file:../../Packages/Tags",
|
||||
"com.mambojambostudios.unity-atoms-ui": "file:../../Packages/UI",
|
||||
"com.unity-atoms.unity-atoms-base-atoms": "file:../../Packages/BaseAtoms",
|
||||
"com.unity-atoms.unity-atoms-core": "file:../../Packages/Core",
|
||||
"com.unity-atoms.unity-atoms-fsm": "file:../../Packages/FSM",
|
||||
"com.unity-atoms.unity-atoms-mobile": "file:../../Packages/Mobile",
|
||||
"com.unity-atoms.unity-atoms-mono-hooks": "file:../../Packages/MonoHooks",
|
||||
"com.unity-atoms.unity-atoms-scene-mgmt": "file:../../Packages/SceneMgmt",
|
||||
"com.unity-atoms.unity-atoms-tags": "file:../../Packages/Tags",
|
||||
"com.unity-atoms.unity-atoms-ui": "file:../../Packages/UI",
|
||||
"com.neuecc.unirx": "https://github.com/starikcetin/UniRx.git#7.1.0-upm",
|
||||
"com.unity.2d.sprite": "1.0.0",
|
||||
"com.unity.2d.tilemap": "1.0.0",
|
||||
"com.unity.ext.nunit": "1.0.0",
|
||||
"com.unity.ide.rider": "1.1.4",
|
||||
"com.unity.ide.vscode": "1.2.0",
|
||||
"com.unity.test-framework": "1.1.13",
|
||||
"com.unity.ide.rider": "1.2.1",
|
||||
"com.unity.ide.visualstudio": "2.0.2",
|
||||
"com.unity.ide.vscode": "1.2.2",
|
||||
"com.unity.test-framework": "1.1.16",
|
||||
"com.unity.ugui": "1.0.0",
|
||||
"com.unity.modules.androidjni": "1.0.0",
|
||||
"com.unity.modules.animation": "1.0.0",
|
||||
@ -36,24 +37,20 @@
|
||||
"com.unity.modules.unitywebrequestwww": "1.0.0"
|
||||
},
|
||||
"testables": [
|
||||
"com.mambojambostudios.unity-atoms-core",
|
||||
"com.mambojambostudios.unity-atoms-base-atoms",
|
||||
"com.mambojambostudios.unity-atoms-mobile",
|
||||
"com.mambojambostudios.unity-atoms-scene-mgmt",
|
||||
"com.mambojambostudios.unity-atoms-tags",
|
||||
"com.mambojambostudios.unity-atoms-ui"
|
||||
"com.unity-atoms.unity-atoms-core",
|
||||
"com.unity-atoms.unity-atoms-base-atoms",
|
||||
"com.unity-atoms.unity-atoms-mobile",
|
||||
"com.unity-atoms.unity-atoms-scene-mgmt",
|
||||
"com.unity-atoms.unity-atoms-tags",
|
||||
"com.unity-atoms.unity-atoms-ui"
|
||||
],
|
||||
"scopedRegistries": [
|
||||
{
|
||||
"name": "NPM",
|
||||
"url": "https://registry.npmjs.org",
|
||||
"scopes": ["com.mambojambostudios.marvelous"]
|
||||
"scopes": [
|
||||
"com.mambojambostudios.marvelous"
|
||||
]
|
||||
}
|
||||
],
|
||||
"lock": {
|
||||
"com.neuecc.unirx": {
|
||||
"revision": "7.1.0-upm",
|
||||
"hash": "f93af89f2aafeccfc7aff9dee2cecc6d60ede06b"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
|
280
Examples/Packages/packages-lock.json
Normal file
280
Examples/Packages/packages-lock.json
Normal file
@ -0,0 +1,280 @@
|
||||
{
|
||||
"dependencies": {
|
||||
"com.mambojambostudios.marvelous": {
|
||||
"version": "1.0.8",
|
||||
"depth": 0,
|
||||
"source": "registry",
|
||||
"dependencies": {},
|
||||
"url": "https://registry.npmjs.org"
|
||||
},
|
||||
"com.neuecc.unirx": {
|
||||
"version": "https://github.com/starikcetin/UniRx.git#7.1.0-upm",
|
||||
"depth": 0,
|
||||
"source": "git",
|
||||
"dependencies": {},
|
||||
"hash": "f93af89f2aafeccfc7aff9dee2cecc6d60ede06b"
|
||||
},
|
||||
"com.unity-atoms.unity-atoms-base-atoms": {
|
||||
"version": "file:../../Packages/BaseAtoms",
|
||||
"depth": 0,
|
||||
"source": "local",
|
||||
"dependencies": {
|
||||
"com.unity-atoms.unity-atoms-core": "4.4.2"
|
||||
}
|
||||
},
|
||||
"com.unity-atoms.unity-atoms-core": {
|
||||
"version": "file:../../Packages/Core",
|
||||
"depth": 0,
|
||||
"source": "local",
|
||||
"dependencies": {}
|
||||
},
|
||||
"com.unity-atoms.unity-atoms-fsm": {
|
||||
"version": "file:../../Packages/FSM",
|
||||
"depth": 0,
|
||||
"source": "local",
|
||||
"dependencies": {
|
||||
"com.unity-atoms.unity-atoms-core": "4.4.2",
|
||||
"com.unity-atoms.unity-atoms-base-atoms": "4.4.2"
|
||||
}
|
||||
},
|
||||
"com.unity-atoms.unity-atoms-mobile": {
|
||||
"version": "file:../../Packages/Mobile",
|
||||
"depth": 0,
|
||||
"source": "local",
|
||||
"dependencies": {
|
||||
"com.unity-atoms.unity-atoms-core": "4.4.2"
|
||||
}
|
||||
},
|
||||
"com.unity-atoms.unity-atoms-mono-hooks": {
|
||||
"version": "file:../../Packages/MonoHooks",
|
||||
"depth": 0,
|
||||
"source": "local",
|
||||
"dependencies": {
|
||||
"com.unity-atoms.unity-atoms-core": "4.4.2",
|
||||
"com.unity-atoms.unity-atoms-base-atoms": "4.4.2"
|
||||
}
|
||||
},
|
||||
"com.unity-atoms.unity-atoms-scene-mgmt": {
|
||||
"version": "file:../../Packages/SceneMgmt",
|
||||
"depth": 0,
|
||||
"source": "local",
|
||||
"dependencies": {
|
||||
"com.unity-atoms.unity-atoms-core": "4.4.2",
|
||||
"com.unity-atoms.unity-atoms-base-atoms": "4.4.2"
|
||||
}
|
||||
},
|
||||
"com.unity-atoms.unity-atoms-tags": {
|
||||
"version": "file:../../Packages/Tags",
|
||||
"depth": 0,
|
||||
"source": "local",
|
||||
"dependencies": {
|
||||
"com.unity-atoms.unity-atoms-core": "4.4.2",
|
||||
"com.unity-atoms.unity-atoms-base-atoms": "4.4.2"
|
||||
}
|
||||
},
|
||||
"com.unity-atoms.unity-atoms-ui": {
|
||||
"version": "file:../../Packages/UI",
|
||||
"depth": 0,
|
||||
"source": "local",
|
||||
"dependencies": {
|
||||
"com.unity-atoms.unity-atoms-core": "4.4.2",
|
||||
"com.unity-atoms.unity-atoms-base-atoms": "4.4.2"
|
||||
}
|
||||
},
|
||||
"com.unity.2d.sprite": {
|
||||
"version": "1.0.0",
|
||||
"depth": 0,
|
||||
"source": "builtin",
|
||||
"dependencies": {}
|
||||
},
|
||||
"com.unity.2d.tilemap": {
|
||||
"version": "1.0.0",
|
||||
"depth": 0,
|
||||
"source": "builtin",
|
||||
"dependencies": {}
|
||||
},
|
||||
"com.unity.ext.nunit": {
|
||||
"version": "1.0.0",
|
||||
"depth": 0,
|
||||
"source": "registry",
|
||||
"dependencies": {},
|
||||
"url": "https://packages.unity.com"
|
||||
},
|
||||
"com.unity.ide.rider": {
|
||||
"version": "1.2.1",
|
||||
"depth": 0,
|
||||
"source": "registry",
|
||||
"dependencies": {
|
||||
"com.unity.test-framework": "1.1.1"
|
||||
},
|
||||
"url": "https://packages.unity.com"
|
||||
},
|
||||
"com.unity.ide.visualstudio": {
|
||||
"version": "2.0.2",
|
||||
"depth": 0,
|
||||
"source": "registry",
|
||||
"dependencies": {},
|
||||
"url": "https://packages.unity.com"
|
||||
},
|
||||
"com.unity.ide.vscode": {
|
||||
"version": "1.2.2",
|
||||
"depth": 0,
|
||||
"source": "registry",
|
||||
"dependencies": {},
|
||||
"url": "https://packages.unity.com"
|
||||
},
|
||||
"com.unity.test-framework": {
|
||||
"version": "1.1.16",
|
||||
"depth": 0,
|
||||
"source": "registry",
|
||||
"dependencies": {
|
||||
"com.unity.ext.nunit": "1.0.0",
|
||||
"com.unity.modules.imgui": "1.0.0",
|
||||
"com.unity.modules.jsonserialize": "1.0.0"
|
||||
},
|
||||
"url": "https://packages.unity.com"
|
||||
},
|
||||
"com.unity.ugui": {
|
||||
"version": "1.0.0",
|
||||
"depth": 0,
|
||||
"source": "builtin",
|
||||
"dependencies": {
|
||||
"com.unity.modules.ui": "1.0.0",
|
||||
"com.unity.modules.imgui": "1.0.0"
|
||||
}
|
||||
},
|
||||
"com.unity.modules.androidjni": {
|
||||
"version": "1.0.0",
|
||||
"depth": 0,
|
||||
"source": "builtin",
|
||||
"dependencies": {}
|
||||
},
|
||||
"com.unity.modules.animation": {
|
||||
"version": "1.0.0",
|
||||
"depth": 0,
|
||||
"source": "builtin",
|
||||
"dependencies": {}
|
||||
},
|
||||
"com.unity.modules.assetbundle": {
|
||||
"version": "1.0.0",
|
||||
"depth": 0,
|
||||
"source": "builtin",
|
||||
"dependencies": {}
|
||||
},
|
||||
"com.unity.modules.audio": {
|
||||
"version": "1.0.0",
|
||||
"depth": 0,
|
||||
"source": "builtin",
|
||||
"dependencies": {}
|
||||
},
|
||||
"com.unity.modules.director": {
|
||||
"version": "1.0.0",
|
||||
"depth": 0,
|
||||
"source": "builtin",
|
||||
"dependencies": {
|
||||
"com.unity.modules.audio": "1.0.0",
|
||||
"com.unity.modules.animation": "1.0.0"
|
||||
}
|
||||
},
|
||||
"com.unity.modules.imageconversion": {
|
||||
"version": "1.0.0",
|
||||
"depth": 0,
|
||||
"source": "builtin",
|
||||
"dependencies": {}
|
||||
},
|
||||
"com.unity.modules.imgui": {
|
||||
"version": "1.0.0",
|
||||
"depth": 0,
|
||||
"source": "builtin",
|
||||
"dependencies": {}
|
||||
},
|
||||
"com.unity.modules.jsonserialize": {
|
||||
"version": "1.0.0",
|
||||
"depth": 0,
|
||||
"source": "builtin",
|
||||
"dependencies": {}
|
||||
},
|
||||
"com.unity.modules.particlesystem": {
|
||||
"version": "1.0.0",
|
||||
"depth": 0,
|
||||
"source": "builtin",
|
||||
"dependencies": {}
|
||||
},
|
||||
"com.unity.modules.physics": {
|
||||
"version": "1.0.0",
|
||||
"depth": 0,
|
||||
"source": "builtin",
|
||||
"dependencies": {}
|
||||
},
|
||||
"com.unity.modules.physics2d": {
|
||||
"version": "1.0.0",
|
||||
"depth": 0,
|
||||
"source": "builtin",
|
||||
"dependencies": {}
|
||||
},
|
||||
"com.unity.modules.ui": {
|
||||
"version": "1.0.0",
|
||||
"depth": 0,
|
||||
"source": "builtin",
|
||||
"dependencies": {}
|
||||
},
|
||||
"com.unity.modules.uielements": {
|
||||
"version": "1.0.0",
|
||||
"depth": 0,
|
||||
"source": "builtin",
|
||||
"dependencies": {
|
||||
"com.unity.modules.ui": "1.0.0",
|
||||
"com.unity.modules.imgui": "1.0.0",
|
||||
"com.unity.modules.jsonserialize": "1.0.0",
|
||||
"com.unity.modules.uielementsnative": "1.0.0"
|
||||
}
|
||||
},
|
||||
"com.unity.modules.uielementsnative": {
|
||||
"version": "1.0.0",
|
||||
"depth": 1,
|
||||
"source": "builtin",
|
||||
"dependencies": {
|
||||
"com.unity.modules.ui": "1.0.0",
|
||||
"com.unity.modules.imgui": "1.0.0",
|
||||
"com.unity.modules.jsonserialize": "1.0.0"
|
||||
}
|
||||
},
|
||||
"com.unity.modules.unitywebrequest": {
|
||||
"version": "1.0.0",
|
||||
"depth": 0,
|
||||
"source": "builtin",
|
||||
"dependencies": {}
|
||||
},
|
||||
"com.unity.modules.unitywebrequestassetbundle": {
|
||||
"version": "1.0.0",
|
||||
"depth": 0,
|
||||
"source": "builtin",
|
||||
"dependencies": {
|
||||
"com.unity.modules.assetbundle": "1.0.0",
|
||||
"com.unity.modules.unitywebrequest": "1.0.0"
|
||||
}
|
||||
},
|
||||
"com.unity.modules.unitywebrequestaudio": {
|
||||
"version": "1.0.0",
|
||||
"depth": 0,
|
||||
"source": "builtin",
|
||||
"dependencies": {
|
||||
"com.unity.modules.unitywebrequest": "1.0.0",
|
||||
"com.unity.modules.audio": "1.0.0"
|
||||
}
|
||||
},
|
||||
"com.unity.modules.unitywebrequestwww": {
|
||||
"version": "1.0.0",
|
||||
"depth": 0,
|
||||
"source": "builtin",
|
||||
"dependencies": {
|
||||
"com.unity.modules.unitywebrequest": "1.0.0",
|
||||
"com.unity.modules.unitywebrequestassetbundle": "1.0.0",
|
||||
"com.unity.modules.unitywebrequestaudio": "1.0.0",
|
||||
"com.unity.modules.audio": "1.0.0",
|
||||
"com.unity.modules.assetbundle": "1.0.0",
|
||||
"com.unity.modules.imageconversion": "1.0.0"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
51
Examples/ProjectSettings/PackageManagerSettings.asset
Normal file
51
Examples/ProjectSettings/PackageManagerSettings.asset
Normal file
@ -0,0 +1,51 @@
|
||||
%YAML 1.1
|
||||
%TAG !u! tag:unity3d.com,2011:
|
||||
--- !u!114 &1
|
||||
MonoBehaviour:
|
||||
m_ObjectHideFlags: 61
|
||||
m_CorrespondingSourceObject: {fileID: 0}
|
||||
m_PrefabInstance: {fileID: 0}
|
||||
m_PrefabAsset: {fileID: 0}
|
||||
m_GameObject: {fileID: 0}
|
||||
m_Enabled: 1
|
||||
m_EditorHideFlags: 0
|
||||
m_Script: {fileID: 13964, guid: 0000000000000000e000000000000000, type: 0}
|
||||
m_Name:
|
||||
m_EditorClassIdentifier:
|
||||
m_EnablePreviewPackages: 0
|
||||
m_EnablePackageDependencies: 0
|
||||
m_AdvancedSettingsExpanded: 1
|
||||
m_ScopedRegistriesSettingsExpanded: 1
|
||||
oneTimeWarningShown: 0
|
||||
m_Registries:
|
||||
- m_Id: main
|
||||
m_Name:
|
||||
m_Url: https://packages.unity.com
|
||||
m_Scopes: []
|
||||
m_IsDefault: 1
|
||||
m_Capabilities: 7
|
||||
- m_Id: scoped:NPM
|
||||
m_Name: NPM
|
||||
m_Url: https://registry.npmjs.org
|
||||
m_Scopes:
|
||||
- com.mambojambostudios.marvelous
|
||||
m_IsDefault: 0
|
||||
m_Capabilities: 0
|
||||
m_UserSelectedRegistryName:
|
||||
m_UserAddingNewScopedRegistry: 0
|
||||
m_RegistryInfoDraft:
|
||||
m_ErrorMessage:
|
||||
m_Original:
|
||||
m_Id: scoped:NPM
|
||||
m_Name: NPM
|
||||
m_Url: https://registry.npmjs.org
|
||||
m_Scopes:
|
||||
- com.mambojambostudios.marvelous
|
||||
m_IsDefault: 0
|
||||
m_Capabilities: 0
|
||||
m_Modified: 0
|
||||
m_Name: NPM
|
||||
m_Url: https://registry.npmjs.org
|
||||
m_Scopes:
|
||||
- com.mambojambostudios.marvelous
|
||||
m_SelectedScopeIndex: 0
|
@ -1,2 +1,2 @@
|
||||
m_EditorVersion: 2019.3.15f1
|
||||
m_EditorVersionWithRevision: 2019.3.15f1 (59ff3e03856d)
|
||||
m_EditorVersion: 2020.1.9f1
|
||||
m_EditorVersionWithRevision: 2020.1.9f1 (145f5172610f)
|
||||
|
8
Examples/ProjectSettings/VersionControlSettings.asset
Normal file
8
Examples/ProjectSettings/VersionControlSettings.asset
Normal file
@ -0,0 +1,8 @@
|
||||
%YAML 1.1
|
||||
%TAG !u! tag:unity3d.com,2011:
|
||||
--- !u!890905787 &1
|
||||
VersionControlSettings:
|
||||
m_ObjectHideFlags: 0
|
||||
m_Mode: Visible Meta Files
|
||||
m_CollabEditorSettings:
|
||||
inProgressEnabled: 1
|
19
Examples/UserSettings/EditorUserSettings.asset
Normal file
19
Examples/UserSettings/EditorUserSettings.asset
Normal file
@ -0,0 +1,19 @@
|
||||
%YAML 1.1
|
||||
%TAG !u! tag:unity3d.com,2011:
|
||||
--- !u!162 &1
|
||||
EditorUserSettings:
|
||||
m_ObjectHideFlags: 0
|
||||
serializedVersion: 4
|
||||
m_ConfigSettings:
|
||||
vcSharedLogLevel:
|
||||
value: 0d5e400f0650
|
||||
flags: 0
|
||||
m_VCAutomaticAdd: 1
|
||||
m_VCDebugCom: 0
|
||||
m_VCDebugCmd: 0
|
||||
m_VCDebugOut: 0
|
||||
m_SemanticMergeMode: 2
|
||||
m_VCShowFailedCheckout: 1
|
||||
m_VCOverwriteFailedCheckoutAssets: 1
|
||||
m_VCOverlayIcons: 1
|
||||
m_VCAllowAsyncUpdate: 0
|
@ -1,9 +1,9 @@
|
||||
{
|
||||
"name": "MamboJamboStudios.UnityAtomsBaseAtoms.Editor",
|
||||
"name": "UnityAtoms.UnityAtomsBaseAtoms.Editor",
|
||||
"references": [
|
||||
"MamboJamboStudios.UnityAtomsCore.Runtime",
|
||||
"MamboJamboStudios.UnityAtomsCore.Editor",
|
||||
"MamboJamboStudios.UnityAtomsBaseAtoms.Runtime"
|
||||
"UnityAtoms.UnityAtomsCore.Runtime",
|
||||
"UnityAtoms.UnityAtomsCore.Editor",
|
||||
"UnityAtoms.UnityAtomsBaseAtoms.Runtime"
|
||||
],
|
||||
"includePlatforms": [
|
||||
"Editor"
|
@ -1,8 +1,8 @@
|
||||
{
|
||||
"name": "MamboJamboStudios.UnityAtomsUI.Runtime",
|
||||
"name": "UnityAtoms.UnityAtomsBaseAtoms.Runtime",
|
||||
"references": [
|
||||
"MamboJamboStudios.UnityAtomsCore.Runtime",
|
||||
"MamboJamboStudios.UnityAtomsBaseAtoms.Runtime"
|
||||
"UnityAtoms.UnityAtomsCore.Editor",
|
||||
"UnityAtoms.UnityAtomsCore.Runtime"
|
||||
],
|
||||
"includePlatforms": [],
|
||||
"excludePlatforms": [],
|
@ -1,8 +1,8 @@
|
||||
{
|
||||
"name": "MamboJamboStudios.UnityAtomsCore.Runtime.Tests",
|
||||
"name": "UnityAtoms.UnityAtomsCore.Runtime.Tests",
|
||||
"references": [
|
||||
"MamboJamboStudios.UnityAtomsBaseAtoms.Runtime",
|
||||
"MamboJamboStudios.UnityAtomsCore.Runtime",
|
||||
"UnityAtoms.UnityAtomsBaseAtoms.Runtime",
|
||||
"UnityAtoms.UnityAtomsCore.Runtime",
|
||||
"UnityEngine.TestRunner",
|
||||
"UnityEditor.TestRunner"
|
||||
],
|
@ -1,5 +1,5 @@
|
||||
{
|
||||
"name": "com.mambojambostudios.unity-atoms-base-atoms",
|
||||
"name": "com.unity-atoms.unity-atoms-base-atoms",
|
||||
"displayName": "Unity Atoms Base Atoms",
|
||||
"version": "4.4.2",
|
||||
"unity": "2018.3",
|
||||
@ -20,6 +20,6 @@
|
||||
"/Documentation.meta"
|
||||
],
|
||||
"dependencies": {
|
||||
"com.mambojambostudios.unity-atoms-core": "4.4.2"
|
||||
"com.unity-atoms.unity-atoms-core": "4.4.2"
|
||||
}
|
||||
}
|
||||
|
@ -3,7 +3,7 @@ guid: 333451eee108e4d7db97109b760ff3ce
|
||||
TextureImporter:
|
||||
internalIDToNameTable: []
|
||||
externalObjects: {}
|
||||
serializedVersion: 10
|
||||
serializedVersion: 11
|
||||
mipmaps:
|
||||
mipMapMode: 0
|
||||
enableMipMap: 0
|
||||
@ -23,6 +23,7 @@ TextureImporter:
|
||||
isReadable: 0
|
||||
streamingMipmaps: 0
|
||||
streamingMipmapsPriority: 0
|
||||
vTOnly: 0
|
||||
grayScaleToAlpha: 0
|
||||
generateCubemap: 6
|
||||
cubemapConvolution: 0
|
||||
@ -57,8 +58,10 @@ TextureImporter:
|
||||
maxTextureSizeSet: 0
|
||||
compressionQualitySet: 0
|
||||
textureFormatSet: 0
|
||||
ignorePngGamma: 0
|
||||
applyGammaDecoding: 1
|
||||
platformSettings:
|
||||
- serializedVersion: 2
|
||||
- serializedVersion: 3
|
||||
buildTarget: DefaultTexturePlatform
|
||||
maxTextureSize: 2048
|
||||
resizeAlgorithm: 0
|
||||
@ -69,6 +72,7 @@ TextureImporter:
|
||||
allowsAlphaSplitting: 0
|
||||
overridden: 0
|
||||
androidETC2FallbackOverride: 0
|
||||
forceMaximumCompressionQuality_BC6H_BC7: 1
|
||||
spriteSheet:
|
||||
serializedVersion: 2
|
||||
sprites: []
|
||||
|
@ -3,7 +3,7 @@ guid: c3c99b8d76418472cb0261944ff3deb8
|
||||
TextureImporter:
|
||||
internalIDToNameTable: []
|
||||
externalObjects: {}
|
||||
serializedVersion: 10
|
||||
serializedVersion: 11
|
||||
mipmaps:
|
||||
mipMapMode: 0
|
||||
enableMipMap: 0
|
||||
@ -23,6 +23,7 @@ TextureImporter:
|
||||
isReadable: 0
|
||||
streamingMipmaps: 0
|
||||
streamingMipmapsPriority: 0
|
||||
vTOnly: 0
|
||||
grayScaleToAlpha: 0
|
||||
generateCubemap: 6
|
||||
cubemapConvolution: 0
|
||||
@ -57,8 +58,10 @@ TextureImporter:
|
||||
maxTextureSizeSet: 0
|
||||
compressionQualitySet: 0
|
||||
textureFormatSet: 0
|
||||
ignorePngGamma: 0
|
||||
applyGammaDecoding: 1
|
||||
platformSettings:
|
||||
- serializedVersion: 2
|
||||
- serializedVersion: 3
|
||||
buildTarget: DefaultTexturePlatform
|
||||
maxTextureSize: 2048
|
||||
resizeAlgorithm: 0
|
||||
@ -69,6 +72,7 @@ TextureImporter:
|
||||
allowsAlphaSplitting: 0
|
||||
overridden: 0
|
||||
androidETC2FallbackOverride: 0
|
||||
forceMaximumCompressionQuality_BC6H_BC7: 1
|
||||
spriteSheet:
|
||||
serializedVersion: 2
|
||||
sprites: []
|
||||
|
@ -3,7 +3,7 @@ guid: f4c59e5c7eed94aefa9f60ed1e800dfb
|
||||
TextureImporter:
|
||||
internalIDToNameTable: []
|
||||
externalObjects: {}
|
||||
serializedVersion: 10
|
||||
serializedVersion: 11
|
||||
mipmaps:
|
||||
mipMapMode: 0
|
||||
enableMipMap: 0
|
||||
@ -23,6 +23,7 @@ TextureImporter:
|
||||
isReadable: 0
|
||||
streamingMipmaps: 0
|
||||
streamingMipmapsPriority: 0
|
||||
vTOnly: 0
|
||||
grayScaleToAlpha: 0
|
||||
generateCubemap: 6
|
||||
cubemapConvolution: 0
|
||||
@ -57,6 +58,8 @@ TextureImporter:
|
||||
maxTextureSizeSet: 0
|
||||
compressionQualitySet: 0
|
||||
textureFormatSet: 0
|
||||
ignorePngGamma: 0
|
||||
applyGammaDecoding: 1
|
||||
platformSettings:
|
||||
- serializedVersion: 3
|
||||
buildTarget: DefaultTexturePlatform
|
||||
|
@ -3,7 +3,7 @@ guid: 4af471fe729ae478e8afb835613801e9
|
||||
TextureImporter:
|
||||
internalIDToNameTable: []
|
||||
externalObjects: {}
|
||||
serializedVersion: 10
|
||||
serializedVersion: 11
|
||||
mipmaps:
|
||||
mipMapMode: 0
|
||||
enableMipMap: 0
|
||||
@ -23,6 +23,7 @@ TextureImporter:
|
||||
isReadable: 0
|
||||
streamingMipmaps: 0
|
||||
streamingMipmapsPriority: 0
|
||||
vTOnly: 0
|
||||
grayScaleToAlpha: 0
|
||||
generateCubemap: 6
|
||||
cubemapConvolution: 0
|
||||
@ -57,6 +58,8 @@ TextureImporter:
|
||||
maxTextureSizeSet: 0
|
||||
compressionQualitySet: 0
|
||||
textureFormatSet: 0
|
||||
ignorePngGamma: 0
|
||||
applyGammaDecoding: 1
|
||||
platformSettings:
|
||||
- serializedVersion: 3
|
||||
buildTarget: DefaultTexturePlatform
|
||||
|
@ -3,7 +3,7 @@ guid: e57634e2734f549ddb41c9b022749077
|
||||
TextureImporter:
|
||||
internalIDToNameTable: []
|
||||
externalObjects: {}
|
||||
serializedVersion: 10
|
||||
serializedVersion: 11
|
||||
mipmaps:
|
||||
mipMapMode: 0
|
||||
enableMipMap: 0
|
||||
@ -23,6 +23,7 @@ TextureImporter:
|
||||
isReadable: 0
|
||||
streamingMipmaps: 0
|
||||
streamingMipmapsPriority: 0
|
||||
vTOnly: 0
|
||||
grayScaleToAlpha: 0
|
||||
generateCubemap: 6
|
||||
cubemapConvolution: 0
|
||||
@ -57,6 +58,8 @@ TextureImporter:
|
||||
maxTextureSizeSet: 0
|
||||
compressionQualitySet: 0
|
||||
textureFormatSet: 0
|
||||
ignorePngGamma: 0
|
||||
applyGammaDecoding: 1
|
||||
platformSettings:
|
||||
- serializedVersion: 3
|
||||
buildTarget: DefaultTexturePlatform
|
||||
|
@ -3,7 +3,7 @@ guid: 1798e4d578f5041ed87517e6b4e51bd0
|
||||
TextureImporter:
|
||||
internalIDToNameTable: []
|
||||
externalObjects: {}
|
||||
serializedVersion: 10
|
||||
serializedVersion: 11
|
||||
mipmaps:
|
||||
mipMapMode: 0
|
||||
enableMipMap: 0
|
||||
@ -23,6 +23,7 @@ TextureImporter:
|
||||
isReadable: 0
|
||||
streamingMipmaps: 0
|
||||
streamingMipmapsPriority: 0
|
||||
vTOnly: 0
|
||||
grayScaleToAlpha: 0
|
||||
generateCubemap: 6
|
||||
cubemapConvolution: 0
|
||||
@ -57,8 +58,10 @@ TextureImporter:
|
||||
maxTextureSizeSet: 0
|
||||
compressionQualitySet: 0
|
||||
textureFormatSet: 0
|
||||
ignorePngGamma: 0
|
||||
applyGammaDecoding: 1
|
||||
platformSettings:
|
||||
- serializedVersion: 2
|
||||
- serializedVersion: 3
|
||||
buildTarget: DefaultTexturePlatform
|
||||
maxTextureSize: 2048
|
||||
resizeAlgorithm: 0
|
||||
@ -69,6 +72,7 @@ TextureImporter:
|
||||
allowsAlphaSplitting: 0
|
||||
overridden: 0
|
||||
androidETC2FallbackOverride: 0
|
||||
forceMaximumCompressionQuality_BC6H_BC7: 1
|
||||
spriteSheet:
|
||||
serializedVersion: 2
|
||||
sprites: []
|
||||
|
@ -3,7 +3,7 @@ guid: 4aa7b99ae77d84884a0c0c0ce307792f
|
||||
TextureImporter:
|
||||
internalIDToNameTable: []
|
||||
externalObjects: {}
|
||||
serializedVersion: 10
|
||||
serializedVersion: 11
|
||||
mipmaps:
|
||||
mipMapMode: 0
|
||||
enableMipMap: 0
|
||||
@ -23,6 +23,7 @@ TextureImporter:
|
||||
isReadable: 0
|
||||
streamingMipmaps: 0
|
||||
streamingMipmapsPriority: 0
|
||||
vTOnly: 0
|
||||
grayScaleToAlpha: 0
|
||||
generateCubemap: 6
|
||||
cubemapConvolution: 0
|
||||
@ -57,8 +58,10 @@ TextureImporter:
|
||||
maxTextureSizeSet: 0
|
||||
compressionQualitySet: 0
|
||||
textureFormatSet: 0
|
||||
ignorePngGamma: 0
|
||||
applyGammaDecoding: 1
|
||||
platformSettings:
|
||||
- serializedVersion: 2
|
||||
- serializedVersion: 3
|
||||
buildTarget: DefaultTexturePlatform
|
||||
maxTextureSize: 2048
|
||||
resizeAlgorithm: 0
|
||||
@ -69,6 +72,7 @@ TextureImporter:
|
||||
allowsAlphaSplitting: 0
|
||||
overridden: 0
|
||||
androidETC2FallbackOverride: 0
|
||||
forceMaximumCompressionQuality_BC6H_BC7: 1
|
||||
spriteSheet:
|
||||
serializedVersion: 2
|
||||
sprites: []
|
||||
|
@ -3,7 +3,7 @@ guid: bc53625d5bb0948c6bdb92877cdd36a1
|
||||
TextureImporter:
|
||||
internalIDToNameTable: []
|
||||
externalObjects: {}
|
||||
serializedVersion: 10
|
||||
serializedVersion: 11
|
||||
mipmaps:
|
||||
mipMapMode: 0
|
||||
enableMipMap: 0
|
||||
@ -23,6 +23,7 @@ TextureImporter:
|
||||
isReadable: 0
|
||||
streamingMipmaps: 0
|
||||
streamingMipmapsPriority: 0
|
||||
vTOnly: 0
|
||||
grayScaleToAlpha: 0
|
||||
generateCubemap: 6
|
||||
cubemapConvolution: 0
|
||||
@ -57,8 +58,10 @@ TextureImporter:
|
||||
maxTextureSizeSet: 0
|
||||
compressionQualitySet: 0
|
||||
textureFormatSet: 0
|
||||
ignorePngGamma: 0
|
||||
applyGammaDecoding: 1
|
||||
platformSettings:
|
||||
- serializedVersion: 2
|
||||
- serializedVersion: 3
|
||||
buildTarget: DefaultTexturePlatform
|
||||
maxTextureSize: 2048
|
||||
resizeAlgorithm: 0
|
||||
@ -69,6 +72,7 @@ TextureImporter:
|
||||
allowsAlphaSplitting: 0
|
||||
overridden: 0
|
||||
androidETC2FallbackOverride: 0
|
||||
forceMaximumCompressionQuality_BC6H_BC7: 1
|
||||
spriteSheet:
|
||||
serializedVersion: 2
|
||||
sprites: []
|
||||
|
@ -3,7 +3,7 @@ guid: 691a47ae9831344ce823cde932633810
|
||||
TextureImporter:
|
||||
internalIDToNameTable: []
|
||||
externalObjects: {}
|
||||
serializedVersion: 10
|
||||
serializedVersion: 11
|
||||
mipmaps:
|
||||
mipMapMode: 0
|
||||
enableMipMap: 0
|
||||
@ -23,6 +23,7 @@ TextureImporter:
|
||||
isReadable: 0
|
||||
streamingMipmaps: 0
|
||||
streamingMipmapsPriority: 0
|
||||
vTOnly: 0
|
||||
grayScaleToAlpha: 0
|
||||
generateCubemap: 6
|
||||
cubemapConvolution: 0
|
||||
@ -57,8 +58,10 @@ TextureImporter:
|
||||
maxTextureSizeSet: 0
|
||||
compressionQualitySet: 0
|
||||
textureFormatSet: 0
|
||||
ignorePngGamma: 0
|
||||
applyGammaDecoding: 1
|
||||
platformSettings:
|
||||
- serializedVersion: 2
|
||||
- serializedVersion: 3
|
||||
buildTarget: DefaultTexturePlatform
|
||||
maxTextureSize: 2048
|
||||
resizeAlgorithm: 0
|
||||
@ -69,6 +72,7 @@ TextureImporter:
|
||||
allowsAlphaSplitting: 0
|
||||
overridden: 0
|
||||
androidETC2FallbackOverride: 0
|
||||
forceMaximumCompressionQuality_BC6H_BC7: 1
|
||||
spriteSheet:
|
||||
serializedVersion: 2
|
||||
sprites: []
|
||||
|
@ -3,7 +3,7 @@ guid: e2efb28248b7f4ac78cc0df9b2fb600f
|
||||
TextureImporter:
|
||||
internalIDToNameTable: []
|
||||
externalObjects: {}
|
||||
serializedVersion: 10
|
||||
serializedVersion: 11
|
||||
mipmaps:
|
||||
mipMapMode: 0
|
||||
enableMipMap: 0
|
||||
@ -23,6 +23,7 @@ TextureImporter:
|
||||
isReadable: 0
|
||||
streamingMipmaps: 0
|
||||
streamingMipmapsPriority: 0
|
||||
vTOnly: 0
|
||||
grayScaleToAlpha: 0
|
||||
generateCubemap: 6
|
||||
cubemapConvolution: 0
|
||||
@ -57,8 +58,10 @@ TextureImporter:
|
||||
maxTextureSizeSet: 0
|
||||
compressionQualitySet: 0
|
||||
textureFormatSet: 0
|
||||
ignorePngGamma: 0
|
||||
applyGammaDecoding: 1
|
||||
platformSettings:
|
||||
- serializedVersion: 2
|
||||
- serializedVersion: 3
|
||||
buildTarget: DefaultTexturePlatform
|
||||
maxTextureSize: 2048
|
||||
resizeAlgorithm: 0
|
||||
@ -69,6 +72,7 @@ TextureImporter:
|
||||
allowsAlphaSplitting: 0
|
||||
overridden: 0
|
||||
androidETC2FallbackOverride: 0
|
||||
forceMaximumCompressionQuality_BC6H_BC7: 1
|
||||
spriteSheet:
|
||||
serializedVersion: 2
|
||||
sprites: []
|
||||
|
@ -3,7 +3,7 @@ guid: 8c25ac30c7b7d4e3b90bed61d900d244
|
||||
TextureImporter:
|
||||
internalIDToNameTable: []
|
||||
externalObjects: {}
|
||||
serializedVersion: 10
|
||||
serializedVersion: 11
|
||||
mipmaps:
|
||||
mipMapMode: 0
|
||||
enableMipMap: 0
|
||||
@ -23,6 +23,7 @@ TextureImporter:
|
||||
isReadable: 0
|
||||
streamingMipmaps: 0
|
||||
streamingMipmapsPriority: 0
|
||||
vTOnly: 0
|
||||
grayScaleToAlpha: 0
|
||||
generateCubemap: 6
|
||||
cubemapConvolution: 0
|
||||
@ -57,6 +58,8 @@ TextureImporter:
|
||||
maxTextureSizeSet: 0
|
||||
compressionQualitySet: 0
|
||||
textureFormatSet: 0
|
||||
ignorePngGamma: 0
|
||||
applyGammaDecoding: 1
|
||||
platformSettings:
|
||||
- serializedVersion: 3
|
||||
buildTarget: DefaultTexturePlatform
|
||||
|
@ -3,7 +3,7 @@ guid: 23addc7bff50048fc998a83818d12319
|
||||
TextureImporter:
|
||||
internalIDToNameTable: []
|
||||
externalObjects: {}
|
||||
serializedVersion: 10
|
||||
serializedVersion: 11
|
||||
mipmaps:
|
||||
mipMapMode: 0
|
||||
enableMipMap: 0
|
||||
@ -23,6 +23,7 @@ TextureImporter:
|
||||
isReadable: 0
|
||||
streamingMipmaps: 0
|
||||
streamingMipmapsPriority: 0
|
||||
vTOnly: 0
|
||||
grayScaleToAlpha: 0
|
||||
generateCubemap: 6
|
||||
cubemapConvolution: 0
|
||||
@ -57,8 +58,10 @@ TextureImporter:
|
||||
maxTextureSizeSet: 0
|
||||
compressionQualitySet: 0
|
||||
textureFormatSet: 0
|
||||
ignorePngGamma: 0
|
||||
applyGammaDecoding: 1
|
||||
platformSettings:
|
||||
- serializedVersion: 2
|
||||
- serializedVersion: 3
|
||||
buildTarget: DefaultTexturePlatform
|
||||
maxTextureSize: 2048
|
||||
resizeAlgorithm: 0
|
||||
@ -69,6 +72,7 @@ TextureImporter:
|
||||
allowsAlphaSplitting: 0
|
||||
overridden: 0
|
||||
androidETC2FallbackOverride: 0
|
||||
forceMaximumCompressionQuality_BC6H_BC7: 1
|
||||
spriteSheet:
|
||||
serializedVersion: 2
|
||||
sprites: []
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "MamboJamboStudios.UnityAtomsCore.Editor",
|
||||
"name": "UnityAtoms.UnityAtomsCore.Editor",
|
||||
"references": [
|
||||
"MamboJamboStudios.UnityAtomsCore.Runtime"
|
||||
"UnityAtoms.UnityAtomsCore.Runtime"
|
||||
],
|
||||
"optionalUnityReferences": [],
|
||||
"includePlatforms": [
|
@ -1,5 +1,5 @@
|
||||
{
|
||||
"name": "MamboJamboStudios.UnityAtomsCore.Runtime",
|
||||
"name": "UnityAtoms.UnityAtomsCore.Runtime",
|
||||
"references": [],
|
||||
"includePlatforms": [],
|
||||
"excludePlatforms": [],
|
@ -1,5 +1,5 @@
|
||||
{
|
||||
"name": "com.mambojambostudios.unity-atoms-core",
|
||||
"name": "com.unity-atoms.unity-atoms-core",
|
||||
"displayName": "Unity Atoms Core",
|
||||
"version": "4.4.2",
|
||||
"unity": "2018.3",
|
||||
@ -14,12 +14,12 @@
|
||||
"/package.json.meta",
|
||||
"/Runtime",
|
||||
"/Runtime.meta",
|
||||
"/Runtime/MamboJamboStudios.UnityAtomsCore.Runtime.asmdef",
|
||||
"/Runtime/MamboJamboStudios.UnityAtomsCore.Runtime.asmdef.meta",
|
||||
"/Runtime/UnityAtoms.UnityAtomsCore.Runtime.asmdef",
|
||||
"/Runtime/UnityAtoms.UnityAtomsCore.Runtime.asmdef.meta",
|
||||
"/Editor",
|
||||
"/Editor.meta",
|
||||
"/Editor/MamboJamboStudios.UnityAtomsCore.Editor.asmdef",
|
||||
"/Editor/MamboJamboStudios.UnityAtomsCore.Editor.asmdef.meta",
|
||||
"/Editor/UnityAtoms.UnityAtomsCore.Editor.asmdef",
|
||||
"/Editor/UnityAtoms.UnityAtomsCore.Editor.asmdef.meta",
|
||||
"/Documentation",
|
||||
"/Documentation.meta"
|
||||
]
|
||||
|
@ -1,21 +0,0 @@
|
||||
{
|
||||
"name": "MamboJamboStudios.UnityAtomsFSM.Editor",
|
||||
"references": [
|
||||
"MamboJamboStudios.UnityAtomsCore.Editor",
|
||||
"MamboJamboStudios.UnityAtomsFSM.Runtime",
|
||||
"MamboJamboStudios.UnityAtomsCore.Runtime",
|
||||
"MamboJamboStudios.UnityAtomsBaseAtoms.Editor",
|
||||
"MamboJamboStudios.UnityAtomsBaseAtoms.Runtime"
|
||||
],
|
||||
"includePlatforms": [
|
||||
"Editor"
|
||||
],
|
||||
"excludePlatforms": [],
|
||||
"allowUnsafeCode": false,
|
||||
"overrideReferences": false,
|
||||
"precompiledReferences": [],
|
||||
"autoReferenced": true,
|
||||
"defineConstraints": [],
|
||||
"versionDefines": [],
|
||||
"noEngineReferences": false
|
||||
}
|
21
Packages/FSM/Editor/UnityAtoms.UnityAtomsFSM.Editor.asmdef
Normal file
21
Packages/FSM/Editor/UnityAtoms.UnityAtomsFSM.Editor.asmdef
Normal file
@ -0,0 +1,21 @@
|
||||
{
|
||||
"name": "UnityAtoms.UnityAtomsFSM.Editor",
|
||||
"references": [
|
||||
"UnityAtoms.UnityAtomsCore.Editor",
|
||||
"UnityAtoms.UnityAtomsFSM.Runtime",
|
||||
"UnityAtoms.UnityAtomsCore.Runtime",
|
||||
"UnityAtoms.UnityAtomsBaseAtoms.Editor",
|
||||
"UnityAtoms.UnityAtomsBaseAtoms.Runtime"
|
||||
],
|
||||
"includePlatforms": [
|
||||
"Editor"
|
||||
],
|
||||
"excludePlatforms": [],
|
||||
"allowUnsafeCode": false,
|
||||
"overrideReferences": false,
|
||||
"precompiledReferences": [],
|
||||
"autoReferenced": true,
|
||||
"defineConstraints": [],
|
||||
"versionDefines": [],
|
||||
"noEngineReferences": false
|
||||
}
|
@ -1,8 +1,8 @@
|
||||
{
|
||||
"name": "MamboJamboStudios.UnityAtomsBaseAtoms.Runtime",
|
||||
"name": "UnityAtoms.UnityAtomsFSM.Runtime",
|
||||
"references": [
|
||||
"MamboJamboStudios.UnityAtomsCore.Editor",
|
||||
"MamboJamboStudios.UnityAtomsCore.Runtime"
|
||||
"UnityAtoms.UnityAtomsCore.Runtime",
|
||||
"UnityAtoms.UnityAtomsBaseAtoms.Runtime"
|
||||
],
|
||||
"includePlatforms": [],
|
||||
"excludePlatforms": [],
|
@ -1,5 +1,5 @@
|
||||
{
|
||||
"name": "com.mambojambostudios.unity-atoms-fsm",
|
||||
"name": "com.unity-atoms.unity-atoms-fsm",
|
||||
"displayName": "Unity Atoms FSM",
|
||||
"version": "4.4.2",
|
||||
"unity": "2018.3",
|
||||
@ -20,7 +20,7 @@
|
||||
"/Documentation.meta"
|
||||
],
|
||||
"dependencies": {
|
||||
"com.mambojambostudios.unity-atoms-core": "4.4.2",
|
||||
"com.mambojambostudios.unity-atoms-base-atoms": "4.4.2"
|
||||
"com.unity-atoms.unity-atoms-core": "4.4.2",
|
||||
"com.unity-atoms.unity-atoms-base-atoms": "4.4.2"
|
||||
}
|
||||
}
|
||||
|
@ -1,10 +1,10 @@
|
||||
{
|
||||
"name": "MamboJamboStudios.UnityAtomsInputSystem.Editor",
|
||||
"name": "UnityAtoms.UnityAtomsInputSystem.Editor",
|
||||
"references": [
|
||||
"MamboJamboStudios.UnityAtomsCore.Runtime",
|
||||
"MamboJamboStudios.UnityAtomsCore.Editor",
|
||||
"UnityAtoms.UnityAtomsCore.Runtime",
|
||||
"UnityAtoms.UnityAtomsCore.Editor",
|
||||
"Unity.InputSystem",
|
||||
"MamboJamboStudios.UnityAtomsInputSystem.Runtime"
|
||||
"UnityAtoms.UnityAtomsInputSystem.Runtime"
|
||||
],
|
||||
"includePlatforms": [
|
||||
"Editor"
|
@ -1,8 +1,8 @@
|
||||
{
|
||||
"name": "MamboJamboStudios.UnityAtomsInputSystem.Runtime",
|
||||
"name": "UnityAtoms.UnityAtomsInputSystem.Runtime",
|
||||
"references": [
|
||||
"MamboJamboStudios.UnityAtomsCore.Runtime",
|
||||
"MamboJamboStudios.UnityAtomsBaseAtoms.Runtime",
|
||||
"UnityAtoms.UnityAtomsCore.Runtime",
|
||||
"UnityAtoms.UnityAtomsBaseAtoms.Runtime",
|
||||
"Unity.InputSystem"
|
||||
],
|
||||
"includePlatforms": [],
|
@ -1,5 +1,5 @@
|
||||
{
|
||||
"name": "com.mambojambostudios.unity-atoms-input-system",
|
||||
"name": "com.unity-atoms.unity-atoms-input-system",
|
||||
"displayName": "Unity Atoms Input System",
|
||||
"version": "4.4.2",
|
||||
"unity": "2018.3",
|
||||
@ -18,8 +18,8 @@
|
||||
"/Editor.meta"
|
||||
],
|
||||
"dependencies": {
|
||||
"com.mambojambostudios.unity-atoms-core": "4.4.2",
|
||||
"com.mambojambostudios.unity-atoms-base-atoms": "4.4.2",
|
||||
"com.unity-atoms.unity-atoms-core": "4.4.2",
|
||||
"com.unity-atoms.unity-atoms-base-atoms": "4.4.2",
|
||||
"com.unity.inputsystem": "1.0.1"
|
||||
}
|
||||
}
|
||||
|
@ -1,9 +1,9 @@
|
||||
{
|
||||
"name": "MamboJamboStudios.UnityAtomsMobile.Editor",
|
||||
"name": "UnityAtoms.UnityAtomsMobile.Editor",
|
||||
"references": [
|
||||
"MamboJamboStudios.UnityAtomsMobile.Runtime",
|
||||
"MamboJamboStudios.UnityAtomsCore.Runtime",
|
||||
"MamboJamboStudios.UnityAtomsCore.Editor"
|
||||
"UnityAtoms.UnityAtomsMobile.Runtime",
|
||||
"UnityAtoms.UnityAtomsCore.Runtime",
|
||||
"UnityAtoms.UnityAtomsCore.Editor"
|
||||
],
|
||||
"optionalUnityReferences": [],
|
||||
"includePlatforms": [
|
@ -1,16 +0,0 @@
|
||||
{
|
||||
"name": "MamboJamboStudios.UnityAtomsMobile.Runtime",
|
||||
"references": [
|
||||
"MamboJamboStudios.UnityAtomsCore.Runtime",
|
||||
"MamboJamboStudios.UnityAtomsBaseAtoms.Runtime"
|
||||
],
|
||||
"includePlatforms": [],
|
||||
"excludePlatforms": [],
|
||||
"allowUnsafeCode": false,
|
||||
"overrideReferences": false,
|
||||
"precompiledReferences": [],
|
||||
"autoReferenced": true,
|
||||
"defineConstraints": [],
|
||||
"versionDefines": [],
|
||||
"noEngineReferences": false
|
||||
}
|
@ -1,8 +1,8 @@
|
||||
{
|
||||
"name": "MamboJamboStudios.UnityAtomsFSM.Runtime",
|
||||
"name": "UnityAtoms.UnityAtomsMobile.Runtime",
|
||||
"references": [
|
||||
"MamboJamboStudios.UnityAtomsCore.Runtime",
|
||||
"MamboJamboStudios.UnityAtomsBaseAtoms.Runtime"
|
||||
"UnityAtoms.UnityAtomsCore.Runtime",
|
||||
"UnityAtoms.UnityAtomsBaseAtoms.Runtime"
|
||||
],
|
||||
"includePlatforms": [],
|
||||
"excludePlatforms": [],
|
@ -1,5 +1,5 @@
|
||||
{
|
||||
"name": "com.mambojambostudios.unity-atoms-mobile",
|
||||
"name": "com.unity-atoms.unity-atoms-mobile",
|
||||
"displayName": "Unity Atoms Mobile",
|
||||
"version": "4.4.2",
|
||||
"unity": "2018.3",
|
||||
@ -20,6 +20,6 @@
|
||||
"/Documentation.meta"
|
||||
],
|
||||
"dependencies": {
|
||||
"com.mambojambostudios.unity-atoms-core": "4.4.2"
|
||||
"com.unity-atoms.unity-atoms-core": "4.4.2"
|
||||
}
|
||||
}
|
||||
|
@ -1,21 +0,0 @@
|
||||
{
|
||||
"name": "MamboJamboStudios.UnityAtomsMonoHooks.Editor",
|
||||
"references": [
|
||||
"MamboJamboStudios.UnityAtomsCore.Runtime",
|
||||
"MamboJamboStudios.UnityAtomsCore.Editor",
|
||||
"MamboJamboStudios.UnityAtomsBaseAtoms.Runtime",
|
||||
"MamboJamboStudios.UnityAtomsBaseAtoms.Editor",
|
||||
"MamboJamboStudios.UnityAtomsMonoHooks.Runtime"
|
||||
],
|
||||
"includePlatforms": [
|
||||
"Editor"
|
||||
],
|
||||
"excludePlatforms": [],
|
||||
"allowUnsafeCode": false,
|
||||
"overrideReferences": false,
|
||||
"precompiledReferences": [],
|
||||
"autoReferenced": true,
|
||||
"defineConstraints": [],
|
||||
"versionDefines": [],
|
||||
"noEngineReferences": false
|
||||
}
|
@ -0,0 +1,21 @@
|
||||
{
|
||||
"name": "UnityAtoms.UnityAtomsMonoHooks.Editor",
|
||||
"references": [
|
||||
"UnityAtoms.UnityAtomsCore.Runtime",
|
||||
"UnityAtoms.UnityAtomsCore.Editor",
|
||||
"UnityAtoms.UnityAtomsBaseAtoms.Runtime",
|
||||
"UnityAtoms.UnityAtomsBaseAtoms.Editor",
|
||||
"UnityAtoms.UnityAtomsMonoHooks.Runtime"
|
||||
],
|
||||
"includePlatforms": [
|
||||
"Editor"
|
||||
],
|
||||
"excludePlatforms": [],
|
||||
"allowUnsafeCode": false,
|
||||
"overrideReferences": false,
|
||||
"precompiledReferences": [],
|
||||
"autoReferenced": true,
|
||||
"defineConstraints": [],
|
||||
"versionDefines": [],
|
||||
"noEngineReferences": false
|
||||
}
|
@ -1,16 +0,0 @@
|
||||
{
|
||||
"name": "MamboJamboStudios.UnityAtomsMonoHooks.Runtime",
|
||||
"references": [
|
||||
"MamboJamboStudios.UnityAtomsCore.Runtime",
|
||||
"MamboJamboStudios.UnityAtomsBaseAtoms.Runtime"
|
||||
],
|
||||
"includePlatforms": [],
|
||||
"excludePlatforms": [],
|
||||
"allowUnsafeCode": false,
|
||||
"overrideReferences": false,
|
||||
"precompiledReferences": [],
|
||||
"autoReferenced": true,
|
||||
"defineConstraints": [],
|
||||
"versionDefines": [],
|
||||
"noEngineReferences": false
|
||||
}
|
@ -1,8 +1,8 @@
|
||||
{
|
||||
"name": "MamboJamboStudios.UnityAtomsTags.Runtime",
|
||||
"name": "UnityAtoms.UnityAtomsMonoHooks.Runtime",
|
||||
"references": [
|
||||
"MamboJamboStudios.UnityAtomsCore.Runtime",
|
||||
"MamboJamboStudios.UnityAtomsBaseAtoms.Runtime"
|
||||
"UnityAtoms.UnityAtomsCore.Runtime",
|
||||
"UnityAtoms.UnityAtomsBaseAtoms.Runtime"
|
||||
],
|
||||
"includePlatforms": [],
|
||||
"excludePlatforms": [],
|
@ -1,5 +1,5 @@
|
||||
{
|
||||
"name": "com.mambojambostudios.unity-atoms-mono-hooks",
|
||||
"name": "com.unity-atoms.unity-atoms-mono-hooks",
|
||||
"displayName": "Unity Atoms Mono Hooks",
|
||||
"version": "4.4.2",
|
||||
"unity": "2018.3",
|
||||
@ -20,7 +20,7 @@
|
||||
"/Documentation.meta"
|
||||
],
|
||||
"dependencies": {
|
||||
"com.mambojambostudios.unity-atoms-core": "4.4.2",
|
||||
"com.mambojambostudios.unity-atoms-base-atoms": "4.4.2"
|
||||
"com.unity-atoms.unity-atoms-core": "4.4.2",
|
||||
"com.unity-atoms.unity-atoms-base-atoms": "4.4.2"
|
||||
}
|
||||
}
|
||||
|
@ -1,21 +0,0 @@
|
||||
{
|
||||
"name": "MamboJamboStudios.UnityAtomsSceneMgmt.Editor",
|
||||
"references": [
|
||||
"MamboJamboStudios.UnityAtomsCore.Editor",
|
||||
"MamboJamboStudios.UnityAtomsSceneMgmt.Runtime",
|
||||
"MamboJamboStudios.UnityAtomsCore.Runtime",
|
||||
"MamboJamboStudios.UnityAtomsBaseAtoms.Editor",
|
||||
"MamboJamboStudios.UnityAtomsBaseAtoms.Runtime"
|
||||
],
|
||||
"includePlatforms": [
|
||||
"Editor"
|
||||
],
|
||||
"excludePlatforms": [],
|
||||
"allowUnsafeCode": false,
|
||||
"overrideReferences": false,
|
||||
"precompiledReferences": [],
|
||||
"autoReferenced": true,
|
||||
"defineConstraints": [],
|
||||
"versionDefines": [],
|
||||
"noEngineReferences": false
|
||||
}
|
@ -0,0 +1,21 @@
|
||||
{
|
||||
"name": "UnityAtoms.UnityAtomsSceneMgmt.Editor",
|
||||
"references": [
|
||||
"UnityAtoms.UnityAtomsCore.Editor",
|
||||
"UnityAtoms.UnityAtomsSceneMgmt.Runtime",
|
||||
"UnityAtoms.UnityAtomsCore.Runtime",
|
||||
"UnityAtoms.UnityAtomsBaseAtoms.Editor",
|
||||
"UnityAtoms.UnityAtomsBaseAtoms.Runtime"
|
||||
],
|
||||
"includePlatforms": [
|
||||
"Editor"
|
||||
],
|
||||
"excludePlatforms": [],
|
||||
"allowUnsafeCode": false,
|
||||
"overrideReferences": false,
|
||||
"precompiledReferences": [],
|
||||
"autoReferenced": true,
|
||||
"defineConstraints": [],
|
||||
"versionDefines": [],
|
||||
"noEngineReferences": false
|
||||
}
|
@ -1,16 +0,0 @@
|
||||
{
|
||||
"name": "MamboJamboStudios.UnityAtomsSceneMgmt.Runtime",
|
||||
"references": [
|
||||
"MamboJamboStudios.UnityAtomsCore.Runtime",
|
||||
"MamboJamboStudios.UnityAtomsBaseAtoms.Runtime"
|
||||
],
|
||||
"includePlatforms": [],
|
||||
"excludePlatforms": [],
|
||||
"allowUnsafeCode": false,
|
||||
"overrideReferences": false,
|
||||
"precompiledReferences": [],
|
||||
"autoReferenced": true,
|
||||
"defineConstraints": [],
|
||||
"versionDefines": [],
|
||||
"noEngineReferences": false
|
||||
}
|
@ -0,0 +1,16 @@
|
||||
{
|
||||
"name": "UnityAtoms.UnityAtomsSceneMgmt.Runtime",
|
||||
"references": [
|
||||
"UnityAtoms.UnityAtomsCore.Runtime",
|
||||
"UnityAtoms.UnityAtomsBaseAtoms.Runtime"
|
||||
],
|
||||
"includePlatforms": [],
|
||||
"excludePlatforms": [],
|
||||
"allowUnsafeCode": false,
|
||||
"overrideReferences": false,
|
||||
"precompiledReferences": [],
|
||||
"autoReferenced": true,
|
||||
"defineConstraints": [],
|
||||
"versionDefines": [],
|
||||
"noEngineReferences": false
|
||||
}
|
@ -1,5 +1,5 @@
|
||||
{
|
||||
"name": "com.mambojambostudios.unity-atoms-scene-mgmt",
|
||||
"name": "com.unity-atoms.unity-atoms-scene-mgmt",
|
||||
"displayName": "Unity Atoms Scene Mgmt",
|
||||
"version": "4.4.2",
|
||||
"unity": "2018.3",
|
||||
@ -20,7 +20,7 @@
|
||||
"/Documentation.meta"
|
||||
],
|
||||
"dependencies": {
|
||||
"com.mambojambostudios.unity-atoms-core": "4.4.2",
|
||||
"com.mambojambostudios.unity-atoms-base-atoms": "4.4.2"
|
||||
"com.unity-atoms.unity-atoms-core": "4.4.2",
|
||||
"com.unity-atoms.unity-atoms-base-atoms": "4.4.2"
|
||||
}
|
||||
}
|
||||
|
@ -0,0 +1,16 @@
|
||||
{
|
||||
"name": "UnityAtoms.UnityAtomsTags.Runtime",
|
||||
"references": [
|
||||
"UnityAtoms.UnityAtomsCore.Runtime",
|
||||
"UnityAtoms.UnityAtomsBaseAtoms.Runtime"
|
||||
],
|
||||
"includePlatforms": [],
|
||||
"excludePlatforms": [],
|
||||
"allowUnsafeCode": false,
|
||||
"overrideReferences": false,
|
||||
"precompiledReferences": [],
|
||||
"autoReferenced": true,
|
||||
"defineConstraints": [],
|
||||
"versionDefines": [],
|
||||
"noEngineReferences": false
|
||||
}
|
@ -1,11 +1,11 @@
|
||||
{
|
||||
"name": "MamboJamboStudios.UnityAtomsTags.Runtime.Tests",
|
||||
"name": "UnityAtoms.UnityAtomsTags.Runtime.Tests",
|
||||
"references": [
|
||||
"MamboJamboStudios.UnityAtomsTags.Runtime",
|
||||
"MamboJamboStudios.UnityAtomsCore.Runtime",
|
||||
"UnityAtoms.UnityAtomsTags.Runtime",
|
||||
"UnityAtoms.UnityAtomsCore.Runtime",
|
||||
"UnityEngine.TestRunner",
|
||||
"UnityEditor.TestRunner",
|
||||
"MamboJamboStudios.UnityAtomsBaseAtoms.Runtime"
|
||||
"UnityAtoms.UnityAtomsBaseAtoms.Runtime"
|
||||
],
|
||||
"includePlatforms": [],
|
||||
"excludePlatforms": [],
|
@ -1,5 +1,5 @@
|
||||
{
|
||||
"name": "com.mambojambostudios.unity-atoms-tags",
|
||||
"name": "com.unity-atoms.unity-atoms-tags",
|
||||
"displayName": "Unity Atoms Tags",
|
||||
"version": "4.4.2",
|
||||
"unity": "2018.3",
|
||||
@ -18,7 +18,7 @@
|
||||
"/Documentation.meta"
|
||||
],
|
||||
"dependencies": {
|
||||
"com.mambojambostudios.unity-atoms-core": "4.4.2",
|
||||
"com.mambojambostudios.unity-atoms-base-atoms": "4.4.2"
|
||||
"com.unity-atoms.unity-atoms-core": "4.4.2",
|
||||
"com.unity-atoms.unity-atoms-base-atoms": "4.4.2"
|
||||
}
|
||||
}
|
||||
|
16
Packages/UI/Runtime/UnityAtoms.UnityAtomsUI.Runtime.asmdef
Normal file
16
Packages/UI/Runtime/UnityAtoms.UnityAtomsUI.Runtime.asmdef
Normal file
@ -0,0 +1,16 @@
|
||||
{
|
||||
"name": "UnityAtoms.UnityAtomsUI.Runtime",
|
||||
"references": [
|
||||
"UnityAtoms.UnityAtomsCore.Runtime",
|
||||
"UnityAtoms.UnityAtomsBaseAtoms.Runtime"
|
||||
],
|
||||
"includePlatforms": [],
|
||||
"excludePlatforms": [],
|
||||
"allowUnsafeCode": false,
|
||||
"overrideReferences": false,
|
||||
"precompiledReferences": [],
|
||||
"autoReferenced": true,
|
||||
"defineConstraints": [],
|
||||
"versionDefines": [],
|
||||
"noEngineReferences": false
|
||||
}
|
@ -1,5 +1,5 @@
|
||||
{
|
||||
"name": "com.mambojambostudios.unity-atoms-ui",
|
||||
"name": "com.unity-atoms.unity-atoms-ui",
|
||||
"displayName": "Unity Atoms UI",
|
||||
"version": "4.4.2",
|
||||
"unity": "2018.3",
|
||||
@ -18,7 +18,7 @@
|
||||
"/Documentation.meta"
|
||||
],
|
||||
"dependencies": {
|
||||
"com.mambojambostudios.unity-atoms-core": "4.4.2",
|
||||
"com.mambojambostudios.unity-atoms-base-atoms": "4.4.2"
|
||||
"com.unity-atoms.unity-atoms-core": "4.4.2",
|
||||
"com.unity-atoms.unity-atoms-base-atoms": "4.4.2"
|
||||
}
|
||||
}
|
||||
|
72
README.md
72
README.md
@ -1,13 +1,13 @@
|
||||
# ⚛️ Unity Atoms
|
||||
|
||||
[![openupm](https://img.shields.io/npm/v/com.mambojambostudios.unity-atoms-core?label=core®istry_uri=https://package.openupm.com)](https://openupm.com/packages/com.mambojambostudios.unity-atoms-core/)
|
||||
[![openupm](https://img.shields.io/npm/v/com.mambojambostudios.unity-atoms-base-atoms?label=base-atoms®istry_uri=https://package.openupm.com)](https://openupm.com/packages/com.mambojambostudios.unity-atoms-base-atoms/)
|
||||
[![openupm](https://img.shields.io/npm/v/com.mambojambostudios.unity-atoms-fsm?label=fsm®istry_uri=https://package.openupm.com)](https://openupm.com/packages/com.mambojambostudios.unity-atoms-fsm/)
|
||||
[![openupm](https://img.shields.io/npm/v/com.mambojambostudios.unity-atoms-mobile?label=mobile®istry_uri=https://package.openupm.com)](https://openupm.com/packages/com.mambojambostudios.unity-atoms-mobile/)
|
||||
[![openupm](https://img.shields.io/npm/v/com.mambojambostudios.unity-atoms-mono-hooks?label=mono-hooks®istry_uri=https://package.openupm.com)](https://openupm.com/packages/com.mambojambostudios.unity-atoms-mono-hooks/)
|
||||
[![openupm](https://img.shields.io/npm/v/com.mambojambostudios.unity-atoms-tags?label=tags®istry_uri=https://package.openupm.com)](https://openupm.com/packages/com.mambojambostudios.unity-atoms-tags/)
|
||||
[![openupm](https://img.shields.io/npm/v/com.mambojambostudios.unity-atoms-scene-mgmt?label=scene-mgmt®istry_uri=https://package.openupm.com)](https://openupm.com/packages/com.mambojambostudios.unity-atoms-scene-mgmt/)
|
||||
[![openupm](https://img.shields.io/npm/v/com.mambojambostudios.unity-atoms-ui?label=ui®istry_uri=https://package.openupm.com)](https://openupm.com/packages/com.mambojambostudios.unity-atoms-ui/)
|
||||
[![openupm](https://img.shields.io/npm/v/com.unity-atoms.unity-atoms-core?label=core®istry_uri=https://package.openupm.com)](https://openupm.com/packages/com.unity-atoms.unity-atoms-core/)
|
||||
[![openupm](https://img.shields.io/npm/v/com.unity-atoms.unity-atoms-base-atoms?label=base-atoms®istry_uri=https://package.openupm.com)](https://openupm.com/packages/com.unity-atoms.unity-atoms-base-atoms/)
|
||||
[![openupm](https://img.shields.io/npm/v/com.unity-atoms.unity-atoms-fsm?label=fsm®istry_uri=https://package.openupm.com)](https://openupm.com/packages/com.unity-atoms.unity-atoms-fsm/)
|
||||
[![openupm](https://img.shields.io/npm/v/com.unity-atoms.unity-atoms-mobile?label=mobile®istry_uri=https://package.openupm.com)](https://openupm.com/packages/com.unity-atoms.unity-atoms-mobile/)
|
||||
[![openupm](https://img.shields.io/npm/v/com.unity-atoms.unity-atoms-mono-hooks?label=mono-hooks®istry_uri=https://package.openupm.com)](https://openupm.com/packages/com.unity-atoms.unity-atoms-mono-hooks/)
|
||||
[![openupm](https://img.shields.io/npm/v/com.unity-atoms.unity-atoms-tags?label=tags®istry_uri=https://package.openupm.com)](https://openupm.com/packages/com.unity-atoms.unity-atoms-tags/)
|
||||
[![openupm](https://img.shields.io/npm/v/com.unity-atoms.unity-atoms-scene-mgmt?label=scene-mgmt®istry_uri=https://package.openupm.com)](https://openupm.com/packages/com.unity-atoms.unity-atoms-scene-mgmt/)
|
||||
[![openupm](https://img.shields.io/npm/v/com.unity-atoms.unity-atoms-ui?label=ui®istry_uri=https://package.openupm.com)](https://openupm.com/packages/com.unity-atoms.unity-atoms-ui/)
|
||||
|
||||
_Tiny modular pieces utilizing the power of Scriptable Objects_
|
||||
|
||||
@ -42,29 +42,29 @@ Add the following to your `manifest.json` (which is located under your project l
|
||||
"name": "NPM Registry",
|
||||
"url": "https://registry.npmjs.org",
|
||||
"scopes": [
|
||||
"com.mambojambostudios.unity-atoms-core",
|
||||
"com.mambojambostudios.unity-atoms-base-atoms",
|
||||
"com.mambojambostudios.unity-atoms-fsm",
|
||||
"com.mambojambostudios.unity-atoms-mobile",
|
||||
"com.mambojambostudios.unity-atoms-mono-hooks",
|
||||
"com.mambojambostudios.unity-atoms-tags",
|
||||
"com.mambojambostudios.unity-atoms-scene-mgmt",
|
||||
"com.mambojambostudios.unity-atoms-ui",
|
||||
"com.mambojambostudios.unity-atoms-input-system"
|
||||
"com.unity-atoms.unity-atoms-core",
|
||||
"com.unity-atoms.unity-atoms-base-atoms",
|
||||
"com.unity-atoms.unity-atoms-fsm",
|
||||
"com.unity-atoms.unity-atoms-mobile",
|
||||
"com.unity-atoms.unity-atoms-mono-hooks",
|
||||
"com.unity-atoms.unity-atoms-tags",
|
||||
"com.unity-atoms.unity-atoms-scene-mgmt",
|
||||
"com.unity-atoms.unity-atoms-ui",
|
||||
"com.unity-atoms.unity-atoms-input-system"
|
||||
]
|
||||
}
|
||||
],
|
||||
"dependencies": {
|
||||
...
|
||||
"com.mambojambostudios.unity-atoms-core": "4.4.2",
|
||||
"com.mambojambostudios.unity-atoms-base-atoms": "4.4.2",
|
||||
"com.mambojambostudios.unity-atoms-fsm": "4.4.2",
|
||||
"com.mambojambostudios.unity-atoms-mobile": "4.4.2",
|
||||
"com.mambojambostudios.unity-atoms-mono-hooks": "4.4.2",
|
||||
"com.mambojambostudios.unity-atoms-tags": "4.4.2",
|
||||
"com.mambojambostudios.unity-atoms-scene-mgmt": "4.4.2",
|
||||
"com.mambojambostudios.unity-atoms-ui": "4.4.2",
|
||||
"com.mambojambostudios.unity-atoms-input-system": "4.4.2",
|
||||
"com.unity-atoms.unity-atoms-core": "4.4.2",
|
||||
"com.unity-atoms.unity-atoms-base-atoms": "4.4.2",
|
||||
"com.unity-atoms.unity-atoms-fsm": "4.4.2",
|
||||
"com.unity-atoms.unity-atoms-mobile": "4.4.2",
|
||||
"com.unity-atoms.unity-atoms-mono-hooks": "4.4.2",
|
||||
"com.unity-atoms.unity-atoms-tags": "4.4.2",
|
||||
"com.unity-atoms.unity-atoms-scene-mgmt": "4.4.2",
|
||||
"com.unity-atoms.unity-atoms-ui": "4.4.2",
|
||||
"com.unity-atoms.unity-atoms-input-system": "4.4.2",
|
||||
...
|
||||
}
|
||||
}
|
||||
@ -79,22 +79,22 @@ The package is available on the [openupm registry](https://openupm.com). It's re
|
||||
|
||||
```
|
||||
# required
|
||||
openupm add com.mambojambostudios.unity-atoms-core
|
||||
openupm add com.mambojambostudios.unity-atoms-base-atoms
|
||||
openupm add com.unity-atoms.unity-atoms-core
|
||||
openupm add com.unity-atoms.unity-atoms-base-atoms
|
||||
|
||||
# optional
|
||||
openupm add com.mambojambostudios.unity-atoms-fsm
|
||||
openupm add com.mambojambostudios.unity-atoms-mobile
|
||||
openupm add com.mambojambostudios.unity-atoms-mono-hooks
|
||||
openupm add com.mambojambostudios.unity-atoms-tags
|
||||
openupm add com.mambojambostudios.unity-atoms-scene-mgmt
|
||||
openupm add com.mambojambostudios.unity-atoms-ui
|
||||
openupm add com.mambojambostudios.unity-atoms-input-system
|
||||
openupm add com.unity-atoms.unity-atoms-fsm
|
||||
openupm add com.unity-atoms.unity-atoms-mobile
|
||||
openupm add com.unity-atoms.unity-atoms-mono-hooks
|
||||
openupm add com.unity-atoms.unity-atoms-tags
|
||||
openupm add com.unity-atoms.unity-atoms-scene-mgmt
|
||||
openupm add com.unity-atoms.unity-atoms-ui
|
||||
openupm add com.unity-atoms.unity-atoms-input-system
|
||||
```
|
||||
|
||||
## Documentation
|
||||
|
||||
The Unity Atoms docs are now published at **https://adamramberg.github.io/unity-atoms**.
|
||||
The Unity Atoms docs are now published at **https://unity-atoms.github.io/unity-atoms**.
|
||||
|
||||
### Blog posts
|
||||
|
||||
|
@ -22,27 +22,27 @@ Add the following to your `manifest.json`:
|
||||
"name": "NPM Registry",
|
||||
"url": "https://registry.npmjs.org",
|
||||
"scopes": [
|
||||
"com.mambojambostudios.unity-atoms-core",
|
||||
"com.mambojambostudios.unity-atoms-base-atoms",
|
||||
"com.mambojambostudios.unity-atoms-fsm",
|
||||
"com.mambojambostudios.unity-atoms-mobile",
|
||||
"com.mambojambostudios.unity-atoms-mono-hooks",
|
||||
"com.mambojambostudios.unity-atoms-tags",
|
||||
"com.mambojambostudios.unity-atoms-scene-mgmt",
|
||||
"com.mambojambostudios.unity-atoms-ui"
|
||||
"com.unity-atoms.unity-atoms-core",
|
||||
"com.unity-atoms.unity-atoms-base-atoms",
|
||||
"com.unity-atoms.unity-atoms-fsm",
|
||||
"com.unity-atoms.unity-atoms-mobile",
|
||||
"com.unity-atoms.unity-atoms-mono-hooks",
|
||||
"com.unity-atoms.unity-atoms-tags",
|
||||
"com.unity-atoms.unity-atoms-scene-mgmt",
|
||||
"com.unity-atoms.unity-atoms-ui"
|
||||
]
|
||||
}
|
||||
],
|
||||
"dependencies": {
|
||||
...
|
||||
"com.mambojambostudios.unity-atoms-core": "4.4.2",
|
||||
"com.mambojambostudios.unity-atoms-base-atoms": "4.4.2",
|
||||
"com.mambojambostudios.unity-atoms-fsm": "4.4.2",
|
||||
"com.mambojambostudios.unity-atoms-mobile": "4.4.2",
|
||||
"com.mambojambostudios.unity-atoms-mono-hooks": "4.4.2",
|
||||
"com.mambojambostudios.unity-atoms-tags": "4.4.2",
|
||||
"com.mambojambostudios.unity-atoms-scene-mgmt": "4.4.2",
|
||||
"com.mambojambostudios.unity-atoms-ui": "4.4.2",
|
||||
"com.unity-atoms.unity-atoms-core": "4.4.2",
|
||||
"com.unity-atoms.unity-atoms-base-atoms": "4.4.2",
|
||||
"com.unity-atoms.unity-atoms-fsm": "4.4.2",
|
||||
"com.unity-atoms.unity-atoms-mobile": "4.4.2",
|
||||
"com.unity-atoms.unity-atoms-mono-hooks": "4.4.2",
|
||||
"com.unity-atoms.unity-atoms-tags": "4.4.2",
|
||||
"com.unity-atoms.unity-atoms-scene-mgmt": "4.4.2",
|
||||
"com.unity-atoms.unity-atoms-ui": "4.4.2",
|
||||
...
|
||||
}
|
||||
}
|
||||
@ -56,16 +56,16 @@ The package is available on the [openupm registry](https://openupm.com). It's re
|
||||
|
||||
```
|
||||
# required
|
||||
openupm add com.mambojambostudios.unity-atoms-core
|
||||
openupm add com.mambojambostudios.unity-atoms-base-atoms
|
||||
openupm add com.unity-atoms.unity-atoms-core
|
||||
openupm add com.unity-atoms.unity-atoms-base-atoms
|
||||
|
||||
# optional
|
||||
openupm add com.mambojambostudios.unity-atoms-fsm
|
||||
openupm add com.mambojambostudios.unity-atoms-mobile
|
||||
openupm add com.mambojambostudios.unity-atoms-mono-hooks
|
||||
openupm add com.mambojambostudios.unity-atoms-tags
|
||||
openupm add com.mambojambostudios.unity-atoms-scene-mgmt
|
||||
openupm add com.mambojambostudios.unity-atoms-ui
|
||||
openupm add com.unity-atoms.unity-atoms-fsm
|
||||
openupm add com.unity-atoms.unity-atoms-mobile
|
||||
openupm add com.unity-atoms.unity-atoms-mono-hooks
|
||||
openupm add com.unity-atoms.unity-atoms-tags
|
||||
openupm add com.unity-atoms.unity-atoms-scene-mgmt
|
||||
openupm add com.unity-atoms.unity-atoms-ui
|
||||
```
|
||||
|
||||
### Github URL
|
||||
@ -78,12 +78,14 @@ Add the following to your `manifest.json`:
|
||||
{
|
||||
"dependencies": {
|
||||
...
|
||||
"com.mambojambostudios.unity-atoms": "https://github.com/AdamRamberg/unity-atoms.git#master",
|
||||
"com.unity-atoms.unity-atoms": "https://github.com/AdamRamberg/unity-atoms.git#master",
|
||||
...
|
||||
}
|
||||
}
|
||||
```
|
||||
|
||||
It's also possible to add specific subpackages using the approach explained [here](https://forum.unity.com/threads/some-feedback-on-package-manager-git-support.743345/#post-5425311).
|
||||
|
||||
## Updating
|
||||
|
||||
Updating Unity Atoms to a new release when using the Unity Package Manager is as easy as opening the Package Manager window and clicking on `Update` on the selected package.
|
||||
|
@ -1,5 +1,5 @@
|
||||
{
|
||||
"name": "com.mambojambostudios.unity-atoms",
|
||||
"name": "com.unity-atoms.unity-atoms",
|
||||
"displayName": "Unity Atoms",
|
||||
"version": "4.4.2",
|
||||
"publishConfig": {
|
||||
@ -7,7 +7,7 @@
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/AdamRamberg/unity-atoms.git"
|
||||
"url": "git+https://github.com/unity-atoms/unity-atoms.git"
|
||||
},
|
||||
"unity": "2018.3",
|
||||
"description": "Tiny modular pieces utilizing the power of Scriptable Objects",
|
||||
|
Loading…
Reference in New Issue
Block a user