Skip to content

Commit

Permalink
Implement support for Persistence
Browse files Browse the repository at this point in the history
  • Loading branch information
jacklul committed Dec 25, 2024
1 parent 1d4ce6b commit c6028fe
Show file tree
Hide file tree
Showing 8 changed files with 711 additions and 416 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -78,3 +78,4 @@ crashlytics-build.properties
/[Aa]ssets/*
!/Assets/USharpVideoSubtitles/
!/Assets/USharpVideoSubtitles.meta
/ClientSimStorage/*
16 changes: 16 additions & 0 deletions Assets/USharpVideoSubtitles/Development/DevScene.unity
Original file line number Diff line number Diff line change
Expand Up @@ -795,6 +795,11 @@ PrefabInstance:
propertyPath: m_AnchorMin.x
value: 0
objectReference: {fileID: 0}
- target: {fileID: 278060869384376391, guid: 79b0ea249ffa6a54bb5f55191b085d00,
type: 3}
propertyPath: videoScreen
value:
objectReference: {fileID: 1146111124}
- target: {fileID: 278060869384376391, guid: 79b0ea249ffa6a54bb5f55191b085d00,
type: 3}
propertyPath: serializationData.Prefab
Expand Down Expand Up @@ -3792,6 +3797,7 @@ MonoBehaviour:
SerializedTypeNames: []
portraitCameraPositionOffset: {x: 0, y: 0, z: 0}
portraitCameraRotationOffset: {x: 0, y: 1, z: 0, w: -0.00000004371139}
PlayerPersistence: []
NavigationAreas: []
--- !u!1001 &7817971935179713291
PrefabInstance:
Expand All @@ -3801,6 +3807,11 @@ PrefabInstance:
serializedVersion: 3
m_TransformParent: {fileID: 0}
m_Modifications:
- target: {fileID: 1555380924255997738, guid: 07a8344aed11c464d9ca30fde8ee3351,
type: 3}
propertyPath: m_OnValueChanged.m_PersistentCalls.m_Calls.Array.data[0].m_TargetAssemblyTypeName
value: VRC.Udon.UdonBehaviour, VRC.Udon
objectReference: {fileID: 0}
- target: {fileID: 1555380924737070344, guid: 07a8344aed11c464d9ca30fde8ee3351,
type: 3}
propertyPath: m_Name
Expand Down Expand Up @@ -3861,6 +3872,11 @@ PrefabInstance:
propertyPath: m_LocalEulerAnglesHint.z
value: 0
objectReference: {fileID: 0}
- target: {fileID: 1555380925016767697, guid: 07a8344aed11c464d9ca30fde8ee3351,
type: 3}
propertyPath: m_OnValueChanged.m_PersistentCalls.m_Calls.Array.data[0].m_TargetAssemblyTypeName
value: VRC.Udon.UdonBehaviour, VRC.Udon
objectReference: {fileID: 0}
- target: {fileID: 5166741581669073756, guid: 07a8344aed11c464d9ca30fde8ee3351,
type: 3}
propertyPath: videoScreen
Expand Down
1 change: 1 addition & 0 deletions Assets/USharpVideoSubtitles/Scenes/ExampleScene.unity
Original file line number Diff line number Diff line change
Expand Up @@ -12694,6 +12694,7 @@ MonoBehaviour:
SerializedTypeNames: []
portraitCameraPositionOffset: {x: 0, y: 0, z: 0}
portraitCameraRotationOffset: {x: 0, y: 1, z: 0, w: -0.00000004371139}
PlayerPersistence: []
NavigationAreas: []
--- !u!1660057539 &9223372036854775807
SceneRoots:
Expand Down
Loading

0 comments on commit c6028fe

Please sign in to comment.