Skip to content

Commit bb59763

Browse files
committed
- Optimize the code structure of ThreeyesPlugin (some items need to be repackaged).
1 parent ed043f9 commit bb59763

File tree

673 files changed

+41042
-11632
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

673 files changed

+41042
-11632
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.3.4]
4+
- Optimize the code structure of ThreeyesPlugin (some items need to be repackaged).
5+
36
## [4.3.3]
47
- Fix build error.
58

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.3.3",
3+
"com.threeyes.alivecursor.sdk": "4.3.4",
44
"com.beans.deform": "1.2.1",
55
"com.coffee.ui-effect": "4.0.0-preview.10",
66
"com.dbrizov.naughtyattributes": "2.1.4",

Threeyes/Plugins/ThreeyesPlugin/Core/Base/Common/CloneableDataBase.cs

Lines changed: 0 additions & 37 deletions
This file was deleted.

Threeyes/Plugins/ThreeyesPlugin/Core/Base/Interface/IValueHolder.cs

Lines changed: 0 additions & 7 deletions
This file was deleted.

Threeyes/Plugins/ThreeyesPlugin/Core/Base/SO/SOForSceneBase.cs

Lines changed: 0 additions & 59 deletions
This file was deleted.
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# Changelog
2+
3+
## [1.0.0]
4+
- First release.
5+
- Move CoroutineManager and ValueHolder here to reduce fragmentation.
Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Threeyes/Plugins/ThreeyesPlugin/Core/Definition/UnityEventDefinition.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,8 @@ public class TextAssetEvent : UnityEvent<TextAsset> { }
7474
public class TextureEvent : UnityEvent<Texture> { }
7575
[System.Serializable]
7676
public class Texture2DEvent : UnityEvent<Texture2D> { }
77+
[System.Serializable]
78+
public class RenderTextureEvent : UnityEvent<RenderTexture> { }
7779

7880
[System.Serializable]
7981
public class ScriptableObjectEvent : UnityEvent<ScriptableObject> { }

Threeyes/Plugins/ThreeyesPlugin/Module/Action/Base.meta renamed to Threeyes/Plugins/ThreeyesPlugin/Core/Editor/CCU.meta

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
https://github.com/Unity-Technologies/conditionalcompilationutility

0 commit comments

Comments
 (0)