Skip to content

Commit

Permalink
Merge pull request #9 from o-tr/master
Browse files Browse the repository at this point in the history
v0.2.6をリリース
  • Loading branch information
o-tr authored Nov 15, 2024
2 parents 82b5628 + 6d1c51d commit 873c4ee
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 13 deletions.
2 changes: 1 addition & 1 deletion Assets/Models/base.png.meta

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

16 changes: 8 additions & 8 deletions Prefabs/ImageTab-Standalone.prefab
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ PrefabInstance:
objectReference: {fileID: 0}
- target: {fileID: 728829452697184143, guid: 72334f698079a9843885087bfd7be0eb, type: 3}
propertyPath: m_Size
value: 0.99999803
value: 1
objectReference: {fileID: 0}
- target: {fileID: 728829452697184143, guid: 72334f698079a9843885087bfd7be0eb, type: 3}
propertyPath: m_Value
Expand All @@ -82,7 +82,7 @@ PrefabInstance:
objectReference: {fileID: 0}
- target: {fileID: 1282963143555445929, guid: 72334f698079a9843885087bfd7be0eb, type: 3}
propertyPath: m_AnchoredPosition.y
value: 0.0016420089
value: 0.00018416488
objectReference: {fileID: 0}
- target: {fileID: 1390234051965789830, guid: 72334f698079a9843885087bfd7be0eb, type: 3}
propertyPath: m_LocalPosition.x
Expand Down Expand Up @@ -134,11 +134,11 @@ PrefabInstance:
objectReference: {fileID: 0}
- target: {fileID: 1511885331949849018, guid: 72334f698079a9843885087bfd7be0eb, type: 3}
propertyPath: m_Size
value: 0.9666625
value: 0.9666666
objectReference: {fileID: 0}
- target: {fileID: 1511885331949849018, guid: 72334f698079a9843885087bfd7be0eb, type: 3}
propertyPath: m_Value
value: 0.99999696
value: 0.9999298
objectReference: {fileID: 0}
- target: {fileID: 1883566420055463071, guid: 72334f698079a9843885087bfd7be0eb, type: 3}
propertyPath: m_AnchorMax.y
Expand Down Expand Up @@ -194,7 +194,7 @@ PrefabInstance:
objectReference: {fileID: 0}
- target: {fileID: 2201376303051678702, guid: 72334f698079a9843885087bfd7be0eb, type: 3}
propertyPath: m_Size
value: 0.9999981
value: 1
objectReference: {fileID: 0}
- target: {fileID: 2201376303051678702, guid: 72334f698079a9843885087bfd7be0eb, type: 3}
propertyPath: m_Value
Expand Down Expand Up @@ -422,7 +422,7 @@ PrefabInstance:
objectReference: {fileID: 0}
- target: {fileID: 4230316827428591493, guid: 72334f698079a9843885087bfd7be0eb, type: 3}
propertyPath: m_AnchoredPosition.y
value: 0.0015215264
value: 0.00030665635
objectReference: {fileID: 0}
- target: {fileID: 4500540767588099492, guid: 72334f698079a9843885087bfd7be0eb, type: 3}
propertyPath: m_AnchorMax.y
Expand Down Expand Up @@ -602,11 +602,11 @@ PrefabInstance:
objectReference: {fileID: 0}
- target: {fileID: 7031551874129150426, guid: 72334f698079a9843885087bfd7be0eb, type: 3}
propertyPath: m_Size
value: 0.08404553
value: 0.08404577
objectReference: {fileID: 0}
- target: {fileID: 7031551874129150426, guid: 72334f698079a9843885087bfd7be0eb, type: 3}
propertyPath: m_Value
value: 1
value: 0.99999976
objectReference: {fileID: 0}
- target: {fileID: 7194981920504582644, guid: 72334f698079a9843885087bfd7be0eb, type: 3}
propertyPath: _syncMethod
Expand Down
2 changes: 1 addition & 1 deletion Prefabs/parts/Settings.About.Content.prefab
Original file line number Diff line number Diff line change
Expand Up @@ -663,7 +663,7 @@ MonoBehaviour:
m_OnCullStateChanged:
m_PersistentCalls:
m_Calls: []
m_text: ImageTab v0.2.5
m_text: ImageTab v0.2.6
m_isRightToLeft: 0
m_fontAsset: {fileID: 11400000, guid: 7758130c7e489894db77d74ac7b81c3c, type: 2}
m_sharedMaterial: {fileID: -6069958157732398970, guid: 7758130c7e489894db77d74ac7b81c3c, type: 2}
Expand Down
4 changes: 3 additions & 1 deletion Runtime/jp.ootr.ImageTab/Scripts/ImageTab.cs
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,9 @@ public override void _OnDeserialization()
controller.UnloadFilesFromUrl(this, _localSource);
_localSource = _syncSource;
_localFileName = _syncFileName;
LLIFetchImage(_localSource, _syncSource == _syncFileName ? URLType.Image : URLType.TextZip);
_localFileName.ParseFileName(out var type, out var options);

LLIFetchImage(_localSource, type, options);
}

public void ClearUrl()
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "jp.ootr.image-tab",
"displayName": "ImageTab",
"version": "0.2.5",
"version": "0.2.6",
"license": "MIT",
"unity": "2022.3",
"description": "Image tablet gimmick for VRChat",
Expand All @@ -18,7 +18,7 @@
"com.vrchat.base": "^3.6.1",
"com.vrchat.worlds": "^3.6.1",
"jp.ootr.common": "~0.1.1",
"jp.ootr.image-device-controller": "~0.3.1"
"jp.ootr.image-device-controller": "~0.3.3"
},
"legacyFolders": {
"Assets\\jp.ootr\\imagetab": "44c35e5266e08d948a1cfe3898d9a753"
Expand Down

0 comments on commit 873c4ee

Please sign in to comment.