Skip to content

Commit 6437be2

Browse files
committed
PR changes
1 parent da29165 commit 6437be2

File tree

2 files changed

+7
-4
lines changed

2 files changed

+7
-4
lines changed

CHANGELOG.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,13 @@ All notable changes to this package will be documented in this file.
44
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
55
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html)
66

7-
## [0.9.2] - 2024-11-13
7+
## [0.10.0] - 2024-11-13
88

9-
**Fixed**
10-
- Added *UniTask* to the package to allow the *UiService* run on WebGL
9+
**New**:
10+
- Added *UniTask* dependency to enable WebGL platform support
11+
12+
**Changed**:
13+
- Updated *IUiService* async methods to use *UniTask* instead of *Task* for better performance and WebGL compatibility
1114

1215
## [0.9.1] - 2024-11-04
1316

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "com.gamelovers.uiservice",
33
"displayName": "UiService",
44
"author": "Miguel Tomas",
5-
"version": "0.9.2",
5+
"version": "0.10.0",
66
"unity": "2022.3",
77
"license": "MIT",
88
"description": "This package provides a service to help manage an Unity's, game UI.\nIt allows to open, close, load, unload and request any Ui Configured in the game.\nThe package provides a Ui Set that allows to group a set of Ui Presenters to help load, open and close multiple Uis at the same time.\n\nTo help configure the game's UI you need to create a UiConfigs Scriptable object by:\n- Right Click on the Project View > Create > ScriptableObjects > Configs > UiConfigs",

0 commit comments

Comments
 (0)