mirror of
https://github.com/unity-atoms/unity-atoms.git
synced 2025-01-21 23:58:49 -05:00
v4.5.0
This commit is contained in:
parent
7d9bb753ff
commit
2e11570e74
12
CHANGELOG.md
12
CHANGELOG.md
@ -6,6 +6,18 @@
|
|||||||
💅 = Polish
|
💅 = Polish
|
||||||
🚀 = New features
|
🚀 = New features
|
||||||
|
|
||||||
|
# 4.5.0 (December 19, 2023)
|
||||||
|
|
||||||
|
## 🐛 Bug fixes
|
||||||
|
- [#437](https://github.com/unity-atoms/unity-atoms/pull/437) Fixing a Rendering issue of QuaternionReferenceDrawer ([@soraphis](https://github.com/soraphis))
|
||||||
|
- [#447](https://github.com/unity-atoms/unity-atoms/pull/447) Fix value field height of Quaternions in reference drawer for older Unity versions ([@AdamRamberg](https://github.com/AdamRamberg))
|
||||||
|
|
||||||
|
## 🏃♀ Performance
|
||||||
|
- [#435](https://github.com/unity-atoms/unity-atoms/pull/435) Reduced debug overhead of Events ([@soraphis](https://github.com/soraphis))
|
||||||
|
|
||||||
|
## 🚀 New features
|
||||||
|
- [#440](https://github.com/unity-atoms/unity-atoms/pull/440) Auto drag and drop atom references through inspector without the need to manually switch usage type ([toasterhead-master](https://github.com/toasterhead-master))
|
||||||
|
|
||||||
# 4.4.8 (August 8, 2023)
|
# 4.4.8 (August 8, 2023)
|
||||||
|
|
||||||
## 🐛 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.8",
|
"version": "4.5.0",
|
||||||
"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.8"
|
"com.unity-atoms.unity-atoms-core": "4.5.0"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -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.8",
|
"version": "4.5.0",
|
||||||
"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.8",
|
"version": "4.5.0",
|
||||||
"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.8",
|
"com.unity-atoms.unity-atoms-core": "4.5.0",
|
||||||
"com.unity-atoms.unity-atoms-base-atoms": "4.4.8"
|
"com.unity-atoms.unity-atoms-base-atoms": "4.5.0"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -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.8",
|
"version": "4.5.0",
|
||||||
"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.8",
|
"com.unity-atoms.unity-atoms-core": "4.5.0",
|
||||||
"com.unity-atoms.unity-atoms-base-atoms": "4.4.8",
|
"com.unity-atoms.unity-atoms-base-atoms": "4.5.0",
|
||||||
"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.8",
|
"version": "4.5.0",
|
||||||
"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.8",
|
"com.unity-atoms.unity-atoms-core": "4.5.0",
|
||||||
"com.unity-atoms.unity-atoms-base-atoms": "4.4.8"
|
"com.unity-atoms.unity-atoms-base-atoms": "4.5.0"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -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.8",
|
"version": "4.5.0",
|
||||||
"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.8",
|
"com.unity-atoms.unity-atoms-core": "4.5.0",
|
||||||
"com.unity-atoms.unity-atoms-base-atoms": "4.4.8"
|
"com.unity-atoms.unity-atoms-base-atoms": "4.5.0"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -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.8",
|
"version": "4.5.0",
|
||||||
"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.8",
|
"com.unity-atoms.unity-atoms-core": "4.5.0",
|
||||||
"com.unity-atoms.unity-atoms-base-atoms": "4.4.8"
|
"com.unity-atoms.unity-atoms-base-atoms": "4.5.0"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -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.8",
|
"version": "4.5.0",
|
||||||
"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.8",
|
"com.unity-atoms.unity-atoms-core": "4.5.0",
|
||||||
"com.unity-atoms.unity-atoms-base-atoms": "4.4.8"
|
"com.unity-atoms.unity-atoms-base-atoms": "4.5.0"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -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.8",
|
"version": "4.5.0",
|
||||||
"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.8",
|
"com.unity-atoms.unity-atoms-core": "4.5.0",
|
||||||
"com.unity-atoms.unity-atoms-base-atoms": "4.4.8"
|
"com.unity-atoms.unity-atoms-base-atoms": "4.5.0"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
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.8",
|
"com.unity-atoms.unity-atoms-core": "4.5.0",
|
||||||
"com.unity-atoms.unity-atoms-base-atoms": "4.4.8",
|
"com.unity-atoms.unity-atoms-base-atoms": "4.5.0",
|
||||||
"com.unity-atoms.unity-atoms-fsm": "4.4.8",
|
"com.unity-atoms.unity-atoms-fsm": "4.5.0",
|
||||||
"com.unity-atoms.unity-atoms-mobile": "4.4.8",
|
"com.unity-atoms.unity-atoms-mobile": "4.5.0",
|
||||||
"com.unity-atoms.unity-atoms-mono-hooks": "4.4.8",
|
"com.unity-atoms.unity-atoms-mono-hooks": "4.5.0",
|
||||||
"com.unity-atoms.unity-atoms-tags": "4.4.8",
|
"com.unity-atoms.unity-atoms-tags": "4.5.0",
|
||||||
"com.unity-atoms.unity-atoms-scene-mgmt": "4.4.8",
|
"com.unity-atoms.unity-atoms-scene-mgmt": "4.5.0",
|
||||||
"com.unity-atoms.unity-atoms-ui": "4.4.8",
|
"com.unity-atoms.unity-atoms-ui": "4.5.0",
|
||||||
"com.unity-atoms.unity-atoms-input-system": "4.4.8",
|
"com.unity-atoms.unity-atoms-input-system": "4.5.0",
|
||||||
...
|
...
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -35,15 +35,15 @@ Add the following to your `manifest.json`:
|
|||||||
],
|
],
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
...
|
...
|
||||||
"com.unity-atoms.unity-atoms-core": "4.4.8",
|
"com.unity-atoms.unity-atoms-core": "4.5.0",
|
||||||
"com.unity-atoms.unity-atoms-base-atoms": "4.4.8",
|
"com.unity-atoms.unity-atoms-base-atoms": "4.5.0",
|
||||||
"com.unity-atoms.unity-atoms-fsm": "4.4.8",
|
"com.unity-atoms.unity-atoms-fsm": "4.5.0",
|
||||||
"com.unity-atoms.unity-atoms-mobile": "4.4.8",
|
"com.unity-atoms.unity-atoms-mobile": "4.5.0",
|
||||||
"com.unity-atoms.unity-atoms-mono-hooks": "4.4.8",
|
"com.unity-atoms.unity-atoms-mono-hooks": "4.5.0",
|
||||||
"com.unity-atoms.unity-atoms-tags": "4.4.8",
|
"com.unity-atoms.unity-atoms-tags": "4.5.0",
|
||||||
"com.unity-atoms.unity-atoms-scene-mgmt": "4.4.8",
|
"com.unity-atoms.unity-atoms-scene-mgmt": "4.5.0",
|
||||||
"com.unity-atoms.unity-atoms-ui": "4.4.8",
|
"com.unity-atoms.unity-atoms-ui": "4.5.0",
|
||||||
"com.unity-atoms.unity-atoms-input-system": "4.4.8",
|
"com.unity-atoms.unity-atoms-input-system": "4.5.0",
|
||||||
...
|
...
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -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.8",
|
"version": "4.5.0",
|
||||||
"publishConfig": {
|
"publishConfig": {
|
||||||
"registry": "https://npm.pkg.github.com/"
|
"registry": "https://npm.pkg.github.com/"
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user