Skip to content

Commit

Permalink
modify text
Browse files Browse the repository at this point in the history
  • Loading branch information
CindyChow123 committed Feb 10, 2024
1 parent 0070eab commit fc67ff8
Show file tree
Hide file tree
Showing 9 changed files with 1,454 additions and 928 deletions.
2,302 changes: 1,377 additions & 925 deletions Assets/Scenes/Linguo.unity

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions Assets/SelectManager.cs
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,9 @@ public class SelectManager : MonoBehaviour
// Start is called before the first frame update
void Start()
{
StepUsedup = GameObject.Find("CanvasUsedup");
hint = GameObject.Find("CanvasShow");
stepNum = gameObject.GetComponentInChildren<TMP_Text>();
// StepUsedup = GameObject.Find("CanvasUsedup");
// hint = GameObject.Find("CanvasShow");
// stepNum = gameObject.GetComponentInChildren<TMP_Text>();
barsRotate = gameObject.GetComponentsInChildren<RotateDiscretControll>();
gm = gameObject.GetComponentInParent<GameManager>();
initAngles();
Expand Down
1 change: 1 addition & 0 deletions Packages/manifest.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"dependencies": {
"com.unity.collab-proxy": "2.2.0",
"com.unity.connect.share": "4.2.3",
"com.unity.feature.2d": "2.0.0",
"com.unity.ide.rider": "3.0.27",
"com.unity.ide.visualstudio": "2.0.22",
Expand Down
24 changes: 24 additions & 0 deletions Packages/packages-lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,23 @@
},
"url": "https://packages.unity.com"
},
"com.unity.connect.share": {
"version": "4.2.3",
"depth": 0,
"source": "registry",
"dependencies": {
"com.unity.editorcoroutines": "1.0.0",
"com.unity.settings-manager": "1.0.2"
},
"url": "https://packages.unity.com"
},
"com.unity.editorcoroutines": {
"version": "1.0.0",
"depth": 1,
"source": "registry",
"dependencies": {},
"url": "https://packages.unity.com"
},
"com.unity.ext.nunit": {
"version": "1.0.6",
"depth": 1,
Expand Down Expand Up @@ -167,6 +184,13 @@
"dependencies": {},
"url": "https://packages.unity.com"
},
"com.unity.settings-manager": {
"version": "2.0.1",
"depth": 1,
"source": "registry",
"dependencies": {},
"url": "https://packages.unity.com"
},
"com.unity.test-framework": {
"version": "1.1.33",
"depth": 0,
Expand Down
16 changes: 16 additions & 0 deletions ProjectSettings/BurstAotSettings_WebGL.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
{
"MonoBehaviour": {
"Version": 4,
"EnableBurstCompilation": true,
"EnableOptimisations": true,
"EnableSafetyChecks": false,
"EnableDebugInAllBuilds": false,
"DebugDataKind": 1,
"EnableArmv9SecurityFeatures": false,
"CpuMinTargetX32": 0,
"CpuMaxTargetX32": 0,
"CpuMinTargetX64": 0,
"CpuMaxTargetX64": 0,
"OptimizeFor": 0
}
}
6 changes: 6 additions & 0 deletions ProjectSettings/CommonBurstAotSettings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"MonoBehaviour": {
"Version": 4,
"DisabledWarnings": ""
}
}
26 changes: 26 additions & 0 deletions ProjectSettings/Packages/com.unity.connect.share/Settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
{
"m_Dictionary": {
"m_DictionaryValues": [
{
"type": "System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089",
"key": "firstTime",
"value": "{\"m_Value\":false}"
},
{
"type": "System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089",
"key": "autoPublish",
"value": "{\"m_Value\":true}"
},
{
"type": "System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089",
"key": "createDefaultBuildsFolder",
"value": "{\"m_Value\":true}"
},
{
"type": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089",
"key": "buildOutputDirList",
"value": "{\"m_Value\":\"C:/Users/cindy/Documents/Projects/Linguo2D/Build;;;;;;;;;\"}"
}
]
}
}
Binary file added connectwebgl.zip
Binary file not shown.
1 change: 1 addition & 0 deletions webgl_sharing
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
65c803dc5d630c0184b2834f

0 comments on commit fc67ff8

Please sign in to comment.