Skip to content

Commit

Permalink
This update optimizes the code structure in the Core module. You may …
Browse files Browse the repository at this point in the history
…need to first delete the "Threeyes/Core" folder in the project and then import if you are not using package reference.
  • Loading branch information
wojiuxuihuan committed Jun 28, 2024
1 parent 75b31f9 commit 70a9fec
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 7 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## [4.0.2]
- This update optimizes the code structure in the Core module. You may need to first delete the "Threeyes/Core" folder in the project and then import.


## [4.0.1]
- Reduce dependencies on EP: Move CoroutineManager module to Core Library, move Timeline module to EventPlayer Library. If you have previously used components from these modules, you may need to change the referenced namespace. If you find duplicate code errors, please delete and reimport the entire Threeyes folder.

Expand Down
9 changes: 6 additions & 3 deletions Samples/Materials/Sphere_Deactive.mat
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,10 @@ Material:
m_PrefabAsset: {fileID: 0}
m_Name: Sphere_Deactive
m_Shader: {fileID: 4800000, guid: 933532a4fcc9baf4fa0491de14d08ed7, type: 3}
m_Parent: {fileID: 0}
m_ModifiedSerializedProperties: 0
m_ValidKeywords:
- _ALPHAPREMULTIPLY_ON
- _EMISSION
- _SURFACE_TYPE_TRANSPARENT
m_InvalidKeywords:
Expand All @@ -22,7 +25,7 @@ Material:
RenderType: Transparent
disabledShaderPasses:
- DepthOnly
- SHADOWCASTER
m_LockedProperties:
m_SavedProperties:
serializedVersion: 3
m_TexEnvs:
Expand Down Expand Up @@ -115,15 +118,15 @@ Material:
- _Smoothness: 1
- _SmoothnessTextureChannel: 0
- _SpecularHighlights: 1
- _SrcBlend: 5
- _SrcBlend: 1
- _SrcBlendAlpha: 1
- _Surface: 1
- _UVSec: 0
- _WorkflowMode: 1
- _ZWrite: 0
m_Colors:
- _BaseColor: {r: 0, g: 0, b: 0, a: 0.28627452}
- _Color: {r: 0, g: 0, b: 0, a: 0.28627452}
- _Color: {r: 1, g: 1, b: 1, a: 1}
- _EmissionColor: {r: 1, g: 0.028497312, b: 0, a: 1}
- _ReflectColor: {r: 0.39705884, g: 0.39705884, b: 0.39705884, a: 0.5}
- _SpecColor: {r: 1, g: 1, b: 1, a: 1}
Expand Down
9 changes: 6 additions & 3 deletions Samples/Materials/Sphere_Normal.mat
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,10 @@ Material:
m_PrefabAsset: {fileID: 0}
m_Name: Sphere_Normal
m_Shader: {fileID: 4800000, guid: 933532a4fcc9baf4fa0491de14d08ed7, type: 3}
m_Parent: {fileID: 0}
m_ModifiedSerializedProperties: 0
m_ValidKeywords:
- _ALPHAPREMULTIPLY_ON
- _EMISSION
- _SURFACE_TYPE_TRANSPARENT
m_InvalidKeywords:
Expand All @@ -35,7 +38,7 @@ Material:
RenderType: Transparent
disabledShaderPasses:
- DepthOnly
- SHADOWCASTER
m_LockedProperties:
m_SavedProperties:
serializedVersion: 3
m_TexEnvs:
Expand Down Expand Up @@ -128,15 +131,15 @@ Material:
- _Smoothness: 1
- _SmoothnessTextureChannel: 0
- _SpecularHighlights: 1
- _SrcBlend: 5
- _SrcBlend: 1
- _SrcBlendAlpha: 1
- _Surface: 1
- _UVSec: 0
- _WorkflowMode: 1
- _ZWrite: 0
m_Colors:
- _BaseColor: {r: 0, g: 0, b: 0, a: 0.28627452}
- _Color: {r: 0, g: 0, b: 0, a: 0.28627452}
- _Color: {r: 1, g: 1, b: 1, a: 1}
- _EmissionColor: {r: 0, g: 1, b: 0.61283064, a: 1}
- _ReflectColor: {r: 0.39705884, g: 0.39705884, b: 0.39705884, a: 0.5}
- _SpecColor: {r: 1, g: 1, b: 1, a: 1}
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "com.threeyes.eventplayer",
"displayName": "Threeyes EventPlayer",
"description": "Visual reorder, reorganize or deactive events, execute them at desire time.",
"version": "4.0.0",
"version": "4.0.2",
"unity": "2021.3",
"author":
{
Expand Down

0 comments on commit 70a9fec

Please sign in to comment.