Skip to content

Commit

Permalink
Merge pull request #21 from o-tr/master
Browse files Browse the repository at this point in the history
v0.2.17をリリース
  • Loading branch information
o-tr authored Nov 29, 2024
2 parents 1fd20c7 + 5649efa commit c481b69
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 11 deletions.
Binary file modified Assets/Textures/SplashScreen/ImageSlide.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified Assets/Textures/SplashScreen/ImageSlideViewer.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
10 changes: 5 additions & 5 deletions Prefabs/ImageSlide.prefab
Original file line number Diff line number Diff line change
Expand Up @@ -5723,7 +5723,7 @@ RectTransform:
m_LocalEulerAnglesHint: {x: 90, y: 0, z: 0}
m_AnchorMin: {x: 0, y: 0}
m_AnchorMax: {x: 0, y: 0}
m_AnchoredPosition: {x: 0, y: 0.0065000257}
m_AnchoredPosition: {x: 0, y: 0}
m_SizeDelta: {x: 1920, y: 1320}
m_Pivot: {x: 0.5, y: 0.5}
--- !u!223 &6730728019175443357
Expand Down Expand Up @@ -20155,7 +20155,7 @@ Transform:
m_GameObject: {fileID: 6889979854045652477}
serializedVersion: 2
m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
m_LocalPosition: {x: 0, y: 0.006, z: 0.1304}
m_LocalPosition: {x: 0, y: -0.001, z: 0.1304}
m_LocalScale: {x: 1, y: 1, z: 1}
m_ConstrainProportionsScale: 0
m_Children: []
Expand Down Expand Up @@ -23052,7 +23052,7 @@ BoxCollider:
m_Enabled: 1
serializedVersion: 3
m_Size: {x: 0.37, y: 0.005, z: 0.26}
m_Center: {x: 0, y: 0.002, z: 0.13068}
m_Center: {x: 0, y: -0.004, z: 0.13068}
--- !u!54 &6321506635606379757
Rigidbody:
m_ObjectHideFlags: 0
Expand Down Expand Up @@ -26462,7 +26462,7 @@ PrefabInstance:
objectReference: {fileID: 0}
- target: {fileID: 2329199506051388541, guid: 64e2e3ee2e403e34b8336a81ef4c95e5, type: 3}
propertyPath: m_LocalPosition.y
value: 0.0065
value: 0
objectReference: {fileID: 0}
- target: {fileID: 2329199506051388541, guid: 64e2e3ee2e403e34b8336a81ef4c95e5, type: 3}
propertyPath: m_LocalPosition.z
Expand Down Expand Up @@ -27349,7 +27349,7 @@ PrefabInstance:
objectReference: {fileID: 0}
- target: {fileID: -8679921383154817045, guid: a9d5051b030c46349a1311e5355505a3, type: 3}
propertyPath: m_LocalPosition.y
value: 0.002
value: -0.0044
objectReference: {fileID: 0}
- target: {fileID: -8679921383154817045, guid: a9d5051b030c46349a1311e5355505a3, type: 3}
propertyPath: m_LocalPosition.z
Expand Down
6 changes: 3 additions & 3 deletions Prefabs/ImageSlideViewer.prefab
Original file line number Diff line number Diff line change
Expand Up @@ -684,7 +684,7 @@ RectTransform:
m_LocalEulerAnglesHint: {x: 90, y: 0, z: 0}
m_AnchorMin: {x: 0, y: 0}
m_AnchorMax: {x: 0, y: 0}
m_AnchoredPosition: {x: 0, y: 0.006499995}
m_AnchoredPosition: {x: 0, y: 0}
m_SizeDelta: {x: 1920, y: 1320}
m_Pivot: {x: 0.5, y: 0.5}
--- !u!223 &6730728019175443357
Expand Down Expand Up @@ -5368,7 +5368,7 @@ PrefabInstance:
objectReference: {fileID: 0}
- target: {fileID: 2329199506051388541, guid: 64e2e3ee2e403e34b8336a81ef4c95e5, type: 3}
propertyPath: m_LocalPosition.y
value: 0.0065
value: 0
objectReference: {fileID: 0}
- target: {fileID: 2329199506051388541, guid: 64e2e3ee2e403e34b8336a81ef4c95e5, type: 3}
propertyPath: m_LocalPosition.z
Expand Down Expand Up @@ -5544,7 +5544,7 @@ PrefabInstance:
objectReference: {fileID: 0}
- target: {fileID: -8679921383154817045, guid: 0b7b8385915566344bcc97a5ee31ec0e, type: 3}
propertyPath: m_LocalPosition.y
value: 0.001999986
value: -0.0044
objectReference: {fileID: 0}
- target: {fileID: -8679921383154817045, guid: 0b7b8385915566344bcc97a5ee31ec0e, type: 3}
propertyPath: m_LocalPosition.z
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "jp.ootr.image-slide",
"displayName": "ImageSlide",
"version": "0.2.16",
"version": "0.2.17",
"license": "MIT",
"unity": "2022.3",
"description": "Slide gimmick for VRChat using ImageDeviceController",
Expand All @@ -17,8 +17,8 @@
"vpmDependencies": {
"com.vrchat.base": "^3.6.1",
"com.vrchat.worlds": "^3.6.1",
"jp.ootr.common": "~0.1.5",
"jp.ootr.common": "~0.1.6",
"jp.ootr.image-device-controller": "~0.3.9",
"jp.ootr.custom-scaler": "~0.0.1"
"jp.ootr.custom-scaler": "~0.0.2"
}
}

0 comments on commit c481b69

Please sign in to comment.