Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update AssetManagement 1.2.4 #542

Open
wants to merge 4 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions docs/AssetManagement/ReleaseNotes.en.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,18 @@

🌏 [한국어](ReleaseNotes.md)

## 1.2.4

### Date

* 2024.12.19

### Fixed

* Fixed the issue where TerrainData dependency couldn't be found [(460)](https://github.com/nhn/gpm.unity/issues/460)
* Fixed the issue where some Scene data dependencies were ignored [(540)](https://github.com/nhn/gpm.unity/issues/540)
* Fixed the issue where an error occurred when searching for broken assets in resources [(541)](https://github.com/nhn/gpm.unity/issues/541)

## 1.2.3

### Date
Expand Down
12 changes: 12 additions & 0 deletions docs/AssetManagement/ReleaseNotes.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,18 @@

🌏 [English](ReleaseNotes.en.md)

## 1.2.4

### Date

* 2024.12.19

### Fixed

* TerrainData 의존성 못 찾는 문제 수정 [(460)](https://github.com/nhn/gpm.unity/issues/460)
* Scene 일부 데이터 의존성 무시되는 문제 수정 [(540)](https://github.com/nhn/gpm.unity/issues/540)
* 리소스 끊어진 에셋을 찾을 때 오류가 발생하는 부분 수정 [(541)](https://github.com/nhn/gpm.unity/issues/541)

## 1.2.3

### Date
Expand Down
Binary file not shown.
13 changes: 11 additions & 2 deletions release/AssetManagement/service.xml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
<?xml version="1.0" encoding="UTF-8" ?>
<info version="9">
<info version="10">
<title>AssetManagement</title>
<status>publish</status>
<description>$DESCRIPTION</description>
<version>1.2.3</version>
<version>1.2.4</version>
<dependencies>
<unity>
<version>2019.4.0+</version>
Expand All @@ -14,6 +14,15 @@
</Common>
</dependencies>
<packageList>
<package>
<version>1.2.4</version>
<installList>
<install>
<name>gpm_assetmanagement_v1.2.4.unitypackage</name>
<path>GPM/AssetManagement</path>
</install>
</installList>
</package>
<package>
<version>1.2.3</version>
<installList>
Expand Down
2 changes: 1 addition & 1 deletion release/servicelist.xml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
</service>
<service>
<name>AssetManagement</name>
<version>1.2.3</version>
<version>1.2.4</version>
</service>
<service>
<name>Profiler</name>
Expand Down