mirror of
https://github.com/unity-atoms/unity-atoms.git
synced 2025-01-21 23:58:49 -05:00
v4.4.6
This commit is contained in:
parent
4912480957
commit
d38b8f236e
22
CHANGELOG.md
22
CHANGELOG.md
@ -6,6 +6,28 @@
|
|||||||
💅 = Polish
|
💅 = Polish
|
||||||
🚀 = New features
|
🚀 = New features
|
||||||
|
|
||||||
|
# 4.4.6 (July 22, 2023)
|
||||||
|
|
||||||
|
## 🐛 Bug fixes
|
||||||
|
- [#359](https://github.com/unity-atoms/unity-atoms/pull/359) Vector2/3 reference not properly showing ([@soraphis](https://github.com/soraphis))
|
||||||
|
- [#369](https://github.com/unity-atoms/unity-atoms/pull/369) Removed OnDisable method, to fix #349 ([@soraphis](https://github.com/soraphis))
|
||||||
|
- [#364](https://github.com/unity-atoms/unity-atoms/pull/364) Fix: #363 enum property did not return int value, but index ([@soraphis](https://github.com/soraphis))
|
||||||
|
- [#362](https://github.com/unity-atoms/unity-atoms/pull/362) Fix: corrected IEquatable implementation check ([@soraphis](https://github.com/soraphis))
|
||||||
|
- [#371](https://github.com/unity-atoms/unity-atoms/pull/371) Prevent null reference exceptions in editor when using non-serializable types ([@soraphis](https://github.com/soraphis))
|
||||||
|
- [#373](https://github.com/unity-atoms/unity-atoms/pull/373) Call base impl of ImplSpecificSetup() in FSM instancer ([@AdamRamberg](https://github.com/AdamRamberg))
|
||||||
|
- [#386](https://github.com/unity-atoms/unity-atoms/pull/386) FiniteStateMachineMonoHook unload fix ([@soraphis](https://github.com/soraphis))
|
||||||
|
- [#389](https://github.com/unity-atoms/unity-atoms/pull/389) Fixes syncgameobjecttolist adding object multiple times ([@soraphis](https://github.com/soraphis))
|
||||||
|
- [#409](https://github.com/unity-atoms/unity-atoms/pull/409) FIX: Using TextField in AssetGenerator does not work as expected ([@soraphis](https://github.com/soraphis))
|
||||||
|
- [#403](https://github.com/unity-atoms/unity-atoms/pull/403) fix: Event Replay Buffer not cleared when domain reload disabled ([@soraphis](https://github.com/soraphis))
|
||||||
|
|
||||||
|
## 📝 Documentation
|
||||||
|
- [#413](https://github.com/unity-atoms/unity-atoms/pull/413) Adding Documentation ([@soraphis](https://github.com/soraphis) and [@AdamRamberg](https://github.com/AdamRamberg))
|
||||||
|
- [#411](https://github.com/unity-atoms/unity-atoms/pull/411) Remove generated API docs ([@AdamRamberg](https://github.com/AdamRamberg))
|
||||||
|
|
||||||
|
## 💅 Polish
|
||||||
|
- [994026f](https://github.com/unity-atoms/unity-atoms/commit/994026fb7e74f0436c188f8e9c4e8050a4b2e639) Added input-system shield to README ([@AdamRamberg](https://github.com/AdamRamberg))
|
||||||
|
- [#317](https://github.com/unity-atoms/unity-atoms/pull/317) Set event name suggestion on Variable Changed event creation ([@ThimoDEV](https://github.com/ThimoDEV))
|
||||||
|
|
||||||
# 4.4.5 (May 9, 2022)
|
# 4.4.5 (May 9, 2022)
|
||||||
|
|
||||||
## 🐛 Bug fixes
|
## 🐛 Bug fixes
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "com.unity-atoms.unity-atoms-base-atoms",
|
"name": "com.unity-atoms.unity-atoms-base-atoms",
|
||||||
"displayName": "Unity Atoms Base Atoms",
|
"displayName": "Unity Atoms Base Atoms",
|
||||||
"version": "4.4.5",
|
"version": "4.4.6",
|
||||||
"unity": "2018.3",
|
"unity": "2018.3",
|
||||||
"description": "Base set of Atoms based on Unity Atoms Core.",
|
"description": "Base set of Atoms based on Unity Atoms Core.",
|
||||||
"keywords": [
|
"keywords": [
|
||||||
@ -22,6 +22,6 @@
|
|||||||
"dependencies": {
|
"dependencies": {
|
||||||
"com.unity.modules.physics": "1.0.0",
|
"com.unity.modules.physics": "1.0.0",
|
||||||
"com.unity.modules.physics2d": "1.0.0",
|
"com.unity.modules.physics2d": "1.0.0",
|
||||||
"com.unity-atoms.unity-atoms-core": "4.4.5"
|
"com.unity-atoms.unity-atoms-core": "4.4.6"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "com.unity-atoms.unity-atoms-core",
|
"name": "com.unity-atoms.unity-atoms-core",
|
||||||
"displayName": "Unity Atoms Core",
|
"displayName": "Unity Atoms Core",
|
||||||
"version": "4.4.5",
|
"version": "4.4.6",
|
||||||
"unity": "2018.3",
|
"unity": "2018.3",
|
||||||
"description": "Tiny modular pieces utilizing the power of Scriptable Objects",
|
"description": "Tiny modular pieces utilizing the power of Scriptable Objects",
|
||||||
"keywords": [
|
"keywords": [
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "com.unity-atoms.unity-atoms-fsm",
|
"name": "com.unity-atoms.unity-atoms-fsm",
|
||||||
"displayName": "Unity Atoms FSM",
|
"displayName": "Unity Atoms FSM",
|
||||||
"version": "4.4.5",
|
"version": "4.4.6",
|
||||||
"unity": "2018.3",
|
"unity": "2018.3",
|
||||||
"description": "Simple FSM using Unity Atoms.",
|
"description": "Simple FSM using Unity Atoms.",
|
||||||
"keywords": [
|
"keywords": [
|
||||||
@ -20,7 +20,7 @@
|
|||||||
"/Documentation.meta"
|
"/Documentation.meta"
|
||||||
],
|
],
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"com.unity-atoms.unity-atoms-core": "4.4.5",
|
"com.unity-atoms.unity-atoms-core": "4.4.6",
|
||||||
"com.unity-atoms.unity-atoms-base-atoms": "4.4.5"
|
"com.unity-atoms.unity-atoms-base-atoms": "4.4.6"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "com.unity-atoms.unity-atoms-input-system",
|
"name": "com.unity-atoms.unity-atoms-input-system",
|
||||||
"displayName": "Unity Atoms Input System",
|
"displayName": "Unity Atoms Input System",
|
||||||
"version": "4.4.5",
|
"version": "4.4.6",
|
||||||
"unity": "2018.3",
|
"unity": "2018.3",
|
||||||
"description": "Unity Atoms with Unity's Input System.",
|
"description": "Unity Atoms with Unity's Input System.",
|
||||||
"keywords": [
|
"keywords": [
|
||||||
@ -18,8 +18,8 @@
|
|||||||
"/Editor.meta"
|
"/Editor.meta"
|
||||||
],
|
],
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"com.unity-atoms.unity-atoms-core": "4.4.5",
|
"com.unity-atoms.unity-atoms-core": "4.4.6",
|
||||||
"com.unity-atoms.unity-atoms-base-atoms": "4.4.5",
|
"com.unity-atoms.unity-atoms-base-atoms": "4.4.6",
|
||||||
"com.unity.inputsystem": "1.0.1"
|
"com.unity.inputsystem": "1.0.1"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "com.unity-atoms.unity-atoms-mobile",
|
"name": "com.unity-atoms.unity-atoms-mobile",
|
||||||
"displayName": "Unity Atoms Mobile",
|
"displayName": "Unity Atoms Mobile",
|
||||||
"version": "4.4.5",
|
"version": "4.4.6",
|
||||||
"unity": "2018.3",
|
"unity": "2018.3",
|
||||||
"description": "Unity Atoms for your mobile project.",
|
"description": "Unity Atoms for your mobile project.",
|
||||||
"keywords": [
|
"keywords": [
|
||||||
@ -20,7 +20,7 @@
|
|||||||
"/Documentation.meta"
|
"/Documentation.meta"
|
||||||
],
|
],
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"com.unity-atoms.unity-atoms-core": "4.4.5",
|
"com.unity-atoms.unity-atoms-core": "4.4.6",
|
||||||
"com.unity-atoms.unity-atoms-base-atoms": "4.4.5"
|
"com.unity-atoms.unity-atoms-base-atoms": "4.4.6"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "com.unity-atoms.unity-atoms-mono-hooks",
|
"name": "com.unity-atoms.unity-atoms-mono-hooks",
|
||||||
"displayName": "Unity Atoms Mono Hooks",
|
"displayName": "Unity Atoms Mono Hooks",
|
||||||
"version": "4.4.5",
|
"version": "4.4.6",
|
||||||
"unity": "2018.3",
|
"unity": "2018.3",
|
||||||
"description": "Hook into Unity's lifecycle methods with Atom Events.",
|
"description": "Hook into Unity's lifecycle methods with Atom Events.",
|
||||||
"keywords": [
|
"keywords": [
|
||||||
@ -21,7 +21,7 @@
|
|||||||
],
|
],
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"com.unity.ugui": "1.0.0",
|
"com.unity.ugui": "1.0.0",
|
||||||
"com.unity-atoms.unity-atoms-core": "4.4.5",
|
"com.unity-atoms.unity-atoms-core": "4.4.6",
|
||||||
"com.unity-atoms.unity-atoms-base-atoms": "4.4.5"
|
"com.unity-atoms.unity-atoms-base-atoms": "4.4.6"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "com.unity-atoms.unity-atoms-scene-mgmt",
|
"name": "com.unity-atoms.unity-atoms-scene-mgmt",
|
||||||
"displayName": "Unity Atoms Scene Mgmt",
|
"displayName": "Unity Atoms Scene Mgmt",
|
||||||
"version": "4.4.5",
|
"version": "4.4.6",
|
||||||
"unity": "2018.3",
|
"unity": "2018.3",
|
||||||
"description": "Unity Atoms to manage your scenes.",
|
"description": "Unity Atoms to manage your scenes.",
|
||||||
"keywords": [
|
"keywords": [
|
||||||
@ -20,7 +20,7 @@
|
|||||||
"/Documentation.meta"
|
"/Documentation.meta"
|
||||||
],
|
],
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"com.unity-atoms.unity-atoms-core": "4.4.5",
|
"com.unity-atoms.unity-atoms-core": "4.4.6",
|
||||||
"com.unity-atoms.unity-atoms-base-atoms": "4.4.5"
|
"com.unity-atoms.unity-atoms-base-atoms": "4.4.6"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "com.unity-atoms.unity-atoms-tags",
|
"name": "com.unity-atoms.unity-atoms-tags",
|
||||||
"displayName": "Unity Atoms Tags",
|
"displayName": "Unity Atoms Tags",
|
||||||
"version": "4.4.5",
|
"version": "4.4.6",
|
||||||
"unity": "2018.3",
|
"unity": "2018.3",
|
||||||
"description": "A replacement to Unity´s tags based on Unity Atoms.",
|
"description": "A replacement to Unity´s tags based on Unity Atoms.",
|
||||||
"keywords": [
|
"keywords": [
|
||||||
@ -18,7 +18,7 @@
|
|||||||
"/Documentation.meta"
|
"/Documentation.meta"
|
||||||
],
|
],
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"com.unity-atoms.unity-atoms-core": "4.4.5",
|
"com.unity-atoms.unity-atoms-core": "4.4.6",
|
||||||
"com.unity-atoms.unity-atoms-base-atoms": "4.4.5"
|
"com.unity-atoms.unity-atoms-base-atoms": "4.4.6"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "com.unity-atoms.unity-atoms-ui",
|
"name": "com.unity-atoms.unity-atoms-ui",
|
||||||
"displayName": "Unity Atoms UI",
|
"displayName": "Unity Atoms UI",
|
||||||
"version": "4.4.5",
|
"version": "4.4.6",
|
||||||
"unity": "2018.3",
|
"unity": "2018.3",
|
||||||
"description": "UI system using Unity Atoms.",
|
"description": "UI system using Unity Atoms.",
|
||||||
"keywords": [
|
"keywords": [
|
||||||
@ -18,7 +18,7 @@
|
|||||||
"/Documentation.meta"
|
"/Documentation.meta"
|
||||||
],
|
],
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"com.unity-atoms.unity-atoms-core": "4.4.5",
|
"com.unity-atoms.unity-atoms-core": "4.4.6",
|
||||||
"com.unity-atoms.unity-atoms-base-atoms": "4.4.5"
|
"com.unity-atoms.unity-atoms-base-atoms": "4.4.6"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
18
README.md
18
README.md
@ -57,15 +57,15 @@ Add the following to your `manifest.json` (which is located under your project l
|
|||||||
],
|
],
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
...
|
...
|
||||||
"com.unity-atoms.unity-atoms-core": "4.4.5",
|
"com.unity-atoms.unity-atoms-core": "4.4.6",
|
||||||
"com.unity-atoms.unity-atoms-base-atoms": "4.4.5",
|
"com.unity-atoms.unity-atoms-base-atoms": "4.4.6",
|
||||||
"com.unity-atoms.unity-atoms-fsm": "4.4.5",
|
"com.unity-atoms.unity-atoms-fsm": "4.4.6",
|
||||||
"com.unity-atoms.unity-atoms-mobile": "4.4.5",
|
"com.unity-atoms.unity-atoms-mobile": "4.4.6",
|
||||||
"com.unity-atoms.unity-atoms-mono-hooks": "4.4.5",
|
"com.unity-atoms.unity-atoms-mono-hooks": "4.4.6",
|
||||||
"com.unity-atoms.unity-atoms-tags": "4.4.5",
|
"com.unity-atoms.unity-atoms-tags": "4.4.6",
|
||||||
"com.unity-atoms.unity-atoms-scene-mgmt": "4.4.5",
|
"com.unity-atoms.unity-atoms-scene-mgmt": "4.4.6",
|
||||||
"com.unity-atoms.unity-atoms-ui": "4.4.5",
|
"com.unity-atoms.unity-atoms-ui": "4.4.6",
|
||||||
"com.unity-atoms.unity-atoms-input-system": "4.4.5",
|
"com.unity-atoms.unity-atoms-input-system": "4.4.6",
|
||||||
...
|
...
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -35,15 +35,15 @@ Add the following to your `manifest.json`:
|
|||||||
],
|
],
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
...
|
...
|
||||||
"com.unity-atoms.unity-atoms-core": "4.4.5",
|
"com.unity-atoms.unity-atoms-core": "4.4.6",
|
||||||
"com.unity-atoms.unity-atoms-base-atoms": "4.4.5",
|
"com.unity-atoms.unity-atoms-base-atoms": "4.4.6",
|
||||||
"com.unity-atoms.unity-atoms-fsm": "4.4.5",
|
"com.unity-atoms.unity-atoms-fsm": "4.4.6",
|
||||||
"com.unity-atoms.unity-atoms-mobile": "4.4.5",
|
"com.unity-atoms.unity-atoms-mobile": "4.4.6",
|
||||||
"com.unity-atoms.unity-atoms-mono-hooks": "4.4.5",
|
"com.unity-atoms.unity-atoms-mono-hooks": "4.4.6",
|
||||||
"com.unity-atoms.unity-atoms-tags": "4.4.5",
|
"com.unity-atoms.unity-atoms-tags": "4.4.6",
|
||||||
"com.unity-atoms.unity-atoms-scene-mgmt": "4.4.5",
|
"com.unity-atoms.unity-atoms-scene-mgmt": "4.4.6",
|
||||||
"com.unity-atoms.unity-atoms-ui": "4.4.5",
|
"com.unity-atoms.unity-atoms-ui": "4.4.6",
|
||||||
"com.unity-atoms.unity-atoms-input-system": "4.4.5",
|
"com.unity-atoms.unity-atoms-input-system": "4.4.6",
|
||||||
...
|
...
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "com.unity-atoms.unity-atoms",
|
"name": "com.unity-atoms.unity-atoms",
|
||||||
"displayName": "Unity Atoms",
|
"displayName": "Unity Atoms",
|
||||||
"version": "4.4.5",
|
"version": "4.4.6",
|
||||||
"publishConfig": {
|
"publishConfig": {
|
||||||
"registry": "https://npm.pkg.github.com/"
|
"registry": "https://npm.pkg.github.com/"
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user