Skip to content

Commit 427f818

Browse files
committed
Upped mellis dependency version to 0.1.0
1 parent 0058892 commit 427f818

File tree

3 files changed

+5
-12
lines changed

3 files changed

+5
-12
lines changed

Assets/MainScene.unity

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1455,9 +1455,9 @@ MonoBehaviour:
14551455
m_Calls: []
14561456
m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
14571457
Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
1458-
m_text: 'Mellis testing UI version 1.0.0
1458+
m_text: 'Mellis testing UI version X.X.X
14591459
1460-
Mellis v1.0.0, Python3 module v1.0.0'
1460+
Mellis vX.X.X, Python3 module vX.X.X'
14611461
m_isRightToLeft: 0
14621462
m_fontAsset: {fileID: 11400000, guid: 8f586378b4e144a9851e7b34d9b748ee, type: 2}
14631463
m_sharedMaterial: {fileID: 2180264, guid: 8f586378b4e144a9851e7b34d9b748ee, type: 2}
@@ -1539,7 +1539,7 @@ MonoBehaviour:
15391539
m_isVolumetricText: 0
15401540
m_spriteAnimator: {fileID: 0}
15411541
m_isInputParsingRequired: 0
1542-
m_inputSource: 3
1542+
m_inputSource: 0
15431543
m_hasFontAssetChanged: 0
15441544
m_subTextObjects:
15451545
- {fileID: 0}
@@ -1614,7 +1614,7 @@ RectTransform:
16141614
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
16151615
m_AnchorMin: {x: 0, y: 1}
16161616
m_AnchorMax: {x: 1, y: 1}
1617-
m_AnchoredPosition: {x: 0.0000038295984, y: -0.0000107866945}
1617+
m_AnchoredPosition: {x: 0.0000038295984, y: 0.0000006544659}
16181618
m_SizeDelta: {x: 0, y: 0}
16191619
m_Pivot: {x: 0, y: 1}
16201620
--- !u!114 &549768905

Assets/VersionText.cs

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -18,13 +18,6 @@ public class VersionText : MonoBehaviour
1818

1919
[Space] [TextArea] public string format;
2020

21-
#if UNITY_EDITOR
22-
private void OnValidate()
23-
{
24-
SetText();
25-
}
26-
#endif
27-
2821
private void Start()
2922
{
3023
SetText();

Packages/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
},
4141
"lock": {
4242
"se.zifro.mellis": {
43-
"hash": "a0b98fff7bf303d468035fcfa460dea54a83afaa",
43+
"hash": "e497bcd4e602873388a56e2bab9a49676d9978f2",
4444
"revision": "upm"
4545
}
4646
}

0 commit comments

Comments
 (0)