Skip to content

Commit 2eec3ff

Browse files
committed
- Fix build error.
1 parent 671a75d commit 2eec3ff

File tree

6 files changed

+140
-299
lines changed

6 files changed

+140
-299
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# Changelog
22

3+
## [4.2.1]
4+
- Fix build error.
5+
36
## [4.2.0]
47
- Add namespace for Core scripts;
58
- Improve appearance for LiquidController and ClockController.

ProjectConfig~/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"dependencies": {
3-
"com.threeyes.alivecursor.sdk": "4.2.0",
3+
"com.threeyes.alivecursor.sdk": "4.2.1",
44
"com.beans.deform": "1.2.1",
55
"com.coffee.ui-effect": "4.0.0-preview.9",
66
"com.dbrizov.naughtyattributes": "2.1.4",

Threeyes/Plugins/ThreeyesPlugin/Module/EventPlayer/Extend/Video/EventPlayer_Video.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@
44
using System.Text;
55
using UnityEngine;
66
using UnityEngine.Events;
7+
using Threeyes.Core;
78
#if Threeyes_VideoPlayer
89
using UnityEngine.Video;
910
#endif
1011
#if UNITY_EDITOR
1112
using UnityEditor;
1213
using Threeyes.Core.Editor;
13-
using Threeyes.Core;
1414
#endif
1515

1616
namespace Threeyes.EventPlayer

0 commit comments

Comments
 (0)