diff --git a/CHANGELOG.md b/CHANGELOG.md index 20e549d..92a2bb8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,6 @@ # Changelog +## [1.0.8] 04/09/2022 +- Fix : Runtime\IGU\Auxiliaries\IGUContainer.cs ## [1.0.7] 02/09/2022 ### (Fix)IGUDrawer.cs Agora o evento coletado e marcado como usado. diff --git a/Runtime/IGU/Auxiliaries/IGUContainer.cs b/Runtime/IGU/Auxiliaries/IGUContainer.cs index 56d797a..b2a93f4 100644 --- a/Runtime/IGU/Auxiliaries/IGUContainer.cs +++ b/Runtime/IGU/Auxiliaries/IGUContainer.cs @@ -55,7 +55,7 @@ public bool Remove(IGUObject item) { public void DestroyContainer() { wasDestroyed = true; IGUDrawer.Drawer.Remove(this); - Destroy(); + this.DestroyMyGameObject(); } private void OnDestroy() { diff --git a/com.cobilas.unity.graphics.gpack b/com.cobilas.unity.graphics.gpack index ab82052..3a046eb 100644 --- a/com.cobilas.unity.graphics.gpack +++ b/com.cobilas.unity.graphics.gpack @@ -1,9 +1,10 @@ { "name": "com.cobilas.unity.graphics", - "version": "1.0.7", + "version": "1.0.8", "repository": "https://github.com/BelicusBr/com.cobilas.unity.graphics.git", "relatedPackages": [ - "1.0.7" + "1.0.7", + "1.0.8" ], "gitDependencies": [ { @@ -19,7 +20,7 @@ { "URL": "https://github.com/BelicusBr/com.cobilas.unity.mono.git", "name": "com.cobilas.unity.mono", - "branch": "1.0.8" + "branch": "1.0.10" }, { "URL": "https://github.com/BelicusBr/com.cobilas.unity.management.runtime.git", @@ -29,7 +30,7 @@ { "URL": "https://github.com/BelicusBr/com.cobilas.unity.extensions.git", "name": "com.cobilas.unity.extensions", - "branch": "1.0.13" + "branch": "1.0.15" } ] } \ No newline at end of file diff --git a/package.json b/package.json index 3919327..ac58f0b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "com.cobilas.unity.graphics", - "version": "1.0.7", + "version": "1.0.8", "displayName": "Cobilas Graphics", "description": "Pacote que adiciona e manipula elementos", "licensesUrl": "https://github.com/BelicusBr/com.cobilas.unity.graphics/blob/main/LICENSE.md",