Skip to content

Commit 416a9e6

Browse files
committed
Fix ItemManager failed to get the latest SDK verison.
1 parent 056329b commit 416a9e6

File tree

10 files changed

+3938
-3019
lines changed

10 files changed

+3938
-3019
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
11
# Changelog
2+
## [1.1.3]
3+
- Fix ItemManager failed to get the latest SDK verison.
4+
5+
26
## [1.1.2]
37
- Hide AssistantManagerSimulator's UI on Capture preview image;
48
- Simulator scene's default EnvironmentControllerConfig's skybox type changed to default.

ProjectConfig~/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
}
1717
],
1818
"dependencies": {
19-
"com.threeyes.alivecursor.sdk": "1.1.2",
19+
"com.threeyes.alivecursor.sdk": "1.1.3",
2020
"com.beans.deform": "1.2.1",
2121
"com.coffee.ui-effect": "4.0.0-preview.9",
2222
"com.dbrizov.naughtyattributes": "2.1.4",

Threeyes/Plugins/ThreeyesPlugin/Core/Module/EventPlayer/#ReadMe.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@ ___________________________________
2020
* Your unity version is 2018.4 or higher and want to use Timeline?
2121
Because the new version of Unity has remove Timeline by default, you need to download Timeline from package Manager, and you are good to go. (If you are using asmdef, you will also need to reference the relate file: https://docs.unity3d.com/Manual/ScriptCompilationAssemblyDefinitionFiles.html )
2222

23+
* Sample's material become purple on URP?
24+
Select the target materials assets, then select Menu/Edit/Rendering/Materials/Convert selected Built-in Materials to URP
2325
---------------------------
2426
Version History
2527
---------------------------

0 commit comments

Comments
 (0)