Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
山
山西检定流水线数字孪生项目
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
杨泽宇
山西检定流水线数字孪生项目
Commits
6a5e4c8b
Commit
6a5e4c8b
authored
Mar 06, 2025
by
潘梓豪
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
更新场景
parent
945f1ef1
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
51 additions
and
48 deletions
+51
-48
LoginManager.cs
Assets/Scripts/Components/AGV/LoginManager.cs
+9
-6
URL.json
Assets/StreamingAssets/URL.json
+2
-2
index.html
Assets/WebGLTemplates/ZeusWebGL/index.html
+3
-3
1_Main.unity
Assets/_Scenes/1_Main.unity
+34
-34
EditorBuildSettings.asset
ProjectSettings/EditorBuildSettings.asset
+2
-2
ProjectSettings.asset
ProjectSettings/ProjectSettings.asset
+1
-1
No files found.
Assets/Scripts/Components/AGV/LoginManager.cs
View file @
6a5e4c8b
...
@@ -120,12 +120,15 @@ public class LoginManager : MonoBehaviour
...
@@ -120,12 +120,15 @@ public class LoginManager : MonoBehaviour
private
IEnumerator
FaultInformation
()
private
IEnumerator
FaultInformation
()
{
{
string
jsonData
=
"{\"lineId\":\""
+
lineID
.
text
+
"\"}"
;
string
jsonData
=
""
;
while
(
true
)
while
(
true
)
{
{
if
(!
String
.
IsNullOrEmpty
(
faultInterface
.
text
))
if
(!
String
.
IsNullOrEmpty
(
faultInterface
.
text
)
&&
!
String
.
IsNullOrEmpty
(
lineID
.
text
))
{
{
jsonData
=
"{\"lineId\":\""
+
lineID
.
text
+
"\"}"
;
Debug
.
Log
(
faultInterface
.
text
+
"=="
+
jsonData
);
using
(
UnityWebRequest
request
=
UnityWebRequest
.
PostWwwForm
(
faultInterface
.
text
,
jsonData
))
using
(
UnityWebRequest
request
=
UnityWebRequest
.
PostWwwForm
(
faultInterface
.
text
,
jsonData
))
{
{
// 设置请求头
// 设置请求头
...
@@ -172,7 +175,7 @@ public class LoginManager : MonoBehaviour
...
@@ -172,7 +175,7 @@ public class LoginManager : MonoBehaviour
{
{
while
(
true
)
while
(
true
)
{
{
if
(!
String
.
IsNullOrEmpty
(
post_url
.
text
))
if
(!
String
.
IsNullOrEmpty
(
post_url
.
text
)
&&
!
String
.
IsNullOrEmpty
(
lineID
.
text
)
)
{
{
using
(
UnityWebRequest
request
=
UnityWebRequest
.
Get
(
post_url
.
text
+
"?lineId="
+
lineID
.
text
))
using
(
UnityWebRequest
request
=
UnityWebRequest
.
Get
(
post_url
.
text
+
"?lineId="
+
lineID
.
text
))
{
{
...
...
Assets/StreamingAssets/URL.json
View file @
6a5e4c8b
{
{
"productionlineID1"
:
"http://193.168.200.161:8093/maintenance/jqrznxj/stt/getRobotPosition?lineId=EB6F0348492C181DE055000000000001"
,
"productionlineID1"
:
"http://193.168.200.161:8093/maintenance/jqrznxj/stt/getRobotPosition?lineId=EB6F0348492C181DE055000000000001"
,
"productionlineID2"
:
""
,
"productionlineID2"
:
"
http://193.168.200.161:8093/maintenance/jqrznxj/stt/getRobotPosition?lineId=EB6F0348492C181DE055000000000002
"
,
"faultInterface"
:
"http://193.168.200.161:8093/maintenance/mtknowledgefaultevent/getRecentUnResolveEvent"
,
"faultInterface"
:
"http://193.168.200.161:8093/maintenance/mtknowledgefaultevent/getRecentUnResolveEvent"
,
"lineID1"
:
"EB6F0348492C181DE055000000000001"
,
"lineID1"
:
"EB6F0348492C181DE055000000000001"
,
"lineID2"
:
""
,
"lineID2"
:
"
EB6F0348492C181DE055000000000002
"
,
"post_url"
:
"http://193.168.200.161:8093/maintenance/bigScreen/sensor/getThreeModelSensorData"
"post_url"
:
"http://193.168.200.161:8093/maintenance/bigScreen/sensor/getThreeModelSensorData"
}
}
\ No newline at end of file
Assets/WebGLTemplates/ZeusWebGL/index.html
View file @
6a5e4c8b
...
@@ -172,9 +172,9 @@
...
@@ -172,9 +172,9 @@
symbolsUrl
:
buildUrl
+
"/{{{ SYMBOLS_FILENAME }}}"
,
symbolsUrl
:
buildUrl
+
"/{{{ SYMBOLS_FILENAME }}}"
,
#
endif
#
endif
streamingAssetsUrl
:
"StreamingAssets"
,
streamingAssetsUrl
:
"StreamingAssets"
,
companyName
:
JSON
.
stringify
({{{
COMPANY_NAME
}}}).
replace
(
/^"
(
.*
)
"$/
,
'$1'
)
,
companyName
:
{{{
JSON
.
stringify
(
COMPANY_NAME
)
}}}
,
productName
:
JSON
.
stringify
({{{
PRODUCT_NAME
}}}).
replace
(
/^"
(
.*
)
"$/
,
'$1'
)
,
productName
:
{{{
JSON
.
stringify
(
PRODUCT_NAME
)
}}}
,
productVersion
:
JSON
.
stringify
({{{
PRODUCT_VERSION
}}}).
replace
(
/^"
(
.*
)
"$/
,
'$1'
)
,
productVersion
:
{{{
JSON
.
stringify
(
PRODUCT_VERSION
)
}}}
,
showBanner
:
unityShowBanner
,
showBanner
:
unityShowBanner
,
};
};
...
...
Assets/_Scenes/1_Main.unity
View file @
6a5e4c8b
...
@@ -1013,22 +1013,22 @@ PrefabInstance:
...
@@ -1013,22 +1013,22 @@ PrefabInstance:
- target: {fileID: 297434755436261067, guid: 6a1bc17fb471d834cae62b8b564a5c7b,
- target: {fileID: 297434755436261067, guid: 6a1bc17fb471d834cae62b8b564a5c7b,
type: 3}
type: 3}
propertyPath: m_LocalRotation.w
propertyPath: m_LocalRotation.w
value:
0
value:
1
objectReference: {fileID: 0}
objectReference: {fileID: 0}
- target: {fileID: 297434755436261067, guid: 6a1bc17fb471d834cae62b8b564a5c7b,
- target: {fileID: 297434755436261067, guid: 6a1bc17fb471d834cae62b8b564a5c7b,
type: 3}
type: 3}
propertyPath: m_LocalRotation.x
propertyPath: m_LocalRotation.x
value:
-
0
value: 0
objectReference: {fileID: 0}
objectReference: {fileID: 0}
- target: {fileID: 297434755436261067, guid: 6a1bc17fb471d834cae62b8b564a5c7b,
- target: {fileID: 297434755436261067, guid: 6a1bc17fb471d834cae62b8b564a5c7b,
type: 3}
type: 3}
propertyPath: m_LocalRotation.y
propertyPath: m_LocalRotation.y
value:
1
value:
0
objectReference: {fileID: 0}
objectReference: {fileID: 0}
- target: {fileID: 297434755436261067, guid: 6a1bc17fb471d834cae62b8b564a5c7b,
- target: {fileID: 297434755436261067, guid: 6a1bc17fb471d834cae62b8b564a5c7b,
type: 3}
type: 3}
propertyPath: m_LocalRotation.z
propertyPath: m_LocalRotation.z
value:
-
0
value: 0
objectReference: {fileID: 0}
objectReference: {fileID: 0}
- target: {fileID: 297434755436261067, guid: 6a1bc17fb471d834cae62b8b564a5c7b,
- target: {fileID: 297434755436261067, guid: 6a1bc17fb471d834cae62b8b564a5c7b,
type: 3}
type: 3}
...
@@ -4014,7 +4014,7 @@ RectTransform:
...
@@ -4014,7 +4014,7 @@ RectTransform:
m_PrefabInstance: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 74507191}
m_GameObject: {fileID: 74507191}
m_LocalRotation: {x:
-0, y: 1, z: -0, w: 0
}
m_LocalRotation: {x:
0, y: 0, z: 0, w: 1
}
m_LocalPosition: {x: 0, y: 0, z: 0}
m_LocalPosition: {x: 0, y: 0, z: 0}
m_LocalScale: {x: 1, y: 1, z: 1}
m_LocalScale: {x: 1, y: 1, z: 1}
m_ConstrainProportionsScale: 0
m_ConstrainProportionsScale: 0
...
@@ -15330,7 +15330,7 @@ RectTransform:
...
@@ -15330,7 +15330,7 @@ RectTransform:
m_PrefabInstance: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 191573675}
m_GameObject: {fileID: 191573675}
m_LocalRotation: {x:
-0, y: 1, z: -0, w: 0
}
m_LocalRotation: {x:
0, y: 0, z: 0, w: 1
}
m_LocalPosition: {x: 0, y: 0, z: 0}
m_LocalPosition: {x: 0, y: 0, z: 0}
m_LocalScale: {x: 1, y: 1, z: 1}
m_LocalScale: {x: 1, y: 1, z: 1}
m_ConstrainProportionsScale: 0
m_ConstrainProportionsScale: 0
...
@@ -15343,7 +15343,7 @@ RectTransform:
...
@@ -15343,7 +15343,7 @@ RectTransform:
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
m_AnchorMin: {x: 0, y: 1}
m_AnchorMin: {x: 0, y: 1}
m_AnchorMax: {x: 0, y: 1}
m_AnchorMax: {x: 0, y: 1}
m_AnchoredPosition: {x: 130, y: -
13
0}
m_AnchoredPosition: {x: 130, y: -
7
0}
m_SizeDelta: {x: 260, y: 60}
m_SizeDelta: {x: 260, y: 60}
m_Pivot: {x: 0.5, y: 0.5}
m_Pivot: {x: 0.5, y: 0.5}
--- !u!114 &191573677
--- !u!114 &191573677
...
@@ -21196,22 +21196,22 @@ PrefabInstance:
...
@@ -21196,22 +21196,22 @@ PrefabInstance:
- target: {fileID: 297434755436261067, guid: 6a1bc17fb471d834cae62b8b564a5c7b,
- target: {fileID: 297434755436261067, guid: 6a1bc17fb471d834cae62b8b564a5c7b,
type: 3}
type: 3}
propertyPath: m_LocalRotation.w
propertyPath: m_LocalRotation.w
value:
0
value:
1
objectReference: {fileID: 0}
objectReference: {fileID: 0}
- target: {fileID: 297434755436261067, guid: 6a1bc17fb471d834cae62b8b564a5c7b,
- target: {fileID: 297434755436261067, guid: 6a1bc17fb471d834cae62b8b564a5c7b,
type: 3}
type: 3}
propertyPath: m_LocalRotation.x
propertyPath: m_LocalRotation.x
value:
-
0
value: 0
objectReference: {fileID: 0}
objectReference: {fileID: 0}
- target: {fileID: 297434755436261067, guid: 6a1bc17fb471d834cae62b8b564a5c7b,
- target: {fileID: 297434755436261067, guid: 6a1bc17fb471d834cae62b8b564a5c7b,
type: 3}
type: 3}
propertyPath: m_LocalRotation.y
propertyPath: m_LocalRotation.y
value:
1
value:
0
objectReference: {fileID: 0}
objectReference: {fileID: 0}
- target: {fileID: 297434755436261067, guid: 6a1bc17fb471d834cae62b8b564a5c7b,
- target: {fileID: 297434755436261067, guid: 6a1bc17fb471d834cae62b8b564a5c7b,
type: 3}
type: 3}
propertyPath: m_LocalRotation.z
propertyPath: m_LocalRotation.z
value:
-
0
value: 0
objectReference: {fileID: 0}
objectReference: {fileID: 0}
- target: {fileID: 297434755436261067, guid: 6a1bc17fb471d834cae62b8b564a5c7b,
- target: {fileID: 297434755436261067, guid: 6a1bc17fb471d834cae62b8b564a5c7b,
type: 3}
type: 3}
...
@@ -21271,7 +21271,7 @@ PrefabInstance:
...
@@ -21271,7 +21271,7 @@ PrefabInstance:
- target: {fileID: 1256487498514185834, guid: 6a1bc17fb471d834cae62b8b564a5c7b,
- target: {fileID: 1256487498514185834, guid: 6a1bc17fb471d834cae62b8b564a5c7b,
type: 3}
type: 3}
propertyPath: m_AnchoredPosition.y
propertyPath: m_AnchoredPosition.y
value: -
19
0
value: -
7
0
objectReference: {fileID: 0}
objectReference: {fileID: 0}
- target: {fileID: 2726835590094539403, guid: 6a1bc17fb471d834cae62b8b564a5c7b,
- target: {fileID: 2726835590094539403, guid: 6a1bc17fb471d834cae62b8b564a5c7b,
type: 3}
type: 3}
...
@@ -30801,22 +30801,22 @@ PrefabInstance:
...
@@ -30801,22 +30801,22 @@ PrefabInstance:
- target: {fileID: 297434755436261067, guid: 6a1bc17fb471d834cae62b8b564a5c7b,
- target: {fileID: 297434755436261067, guid: 6a1bc17fb471d834cae62b8b564a5c7b,
type: 3}
type: 3}
propertyPath: m_LocalRotation.w
propertyPath: m_LocalRotation.w
value:
0
value:
1
objectReference: {fileID: 0}
objectReference: {fileID: 0}
- target: {fileID: 297434755436261067, guid: 6a1bc17fb471d834cae62b8b564a5c7b,
- target: {fileID: 297434755436261067, guid: 6a1bc17fb471d834cae62b8b564a5c7b,
type: 3}
type: 3}
propertyPath: m_LocalRotation.x
propertyPath: m_LocalRotation.x
value:
-
0
value: 0
objectReference: {fileID: 0}
objectReference: {fileID: 0}
- target: {fileID: 297434755436261067, guid: 6a1bc17fb471d834cae62b8b564a5c7b,
- target: {fileID: 297434755436261067, guid: 6a1bc17fb471d834cae62b8b564a5c7b,
type: 3}
type: 3}
propertyPath: m_LocalRotation.y
propertyPath: m_LocalRotation.y
value:
1
value:
0
objectReference: {fileID: 0}
objectReference: {fileID: 0}
- target: {fileID: 297434755436261067, guid: 6a1bc17fb471d834cae62b8b564a5c7b,
- target: {fileID: 297434755436261067, guid: 6a1bc17fb471d834cae62b8b564a5c7b,
type: 3}
type: 3}
propertyPath: m_LocalRotation.z
propertyPath: m_LocalRotation.z
value:
-
0
value: 0
objectReference: {fileID: 0}
objectReference: {fileID: 0}
- target: {fileID: 297434755436261067, guid: 6a1bc17fb471d834cae62b8b564a5c7b,
- target: {fileID: 297434755436261067, guid: 6a1bc17fb471d834cae62b8b564a5c7b,
type: 3}
type: 3}
...
@@ -39032,7 +39032,7 @@ RectTransform:
...
@@ -39032,7 +39032,7 @@ RectTransform:
m_PrefabInstance: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 695078113}
m_GameObject: {fileID: 695078113}
m_LocalRotation: {x:
-0, y: 1, z: -0, w: 0
}
m_LocalRotation: {x:
0, y: 0, z: 0, w: 1
}
m_LocalPosition: {x: 0, y: 0, z: 0}
m_LocalPosition: {x: 0, y: 0, z: 0}
m_LocalScale: {x: 1, y: 1, z: 1}
m_LocalScale: {x: 1, y: 1, z: 1}
m_ConstrainProportionsScale: 0
m_ConstrainProportionsScale: 0
...
@@ -45255,7 +45255,7 @@ RectTransform:
...
@@ -45255,7 +45255,7 @@ RectTransform:
m_PrefabInstance: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 840334028}
m_GameObject: {fileID: 840334028}
m_LocalRotation: {x:
-0, y: 1, z: -0, w: 0
}
m_LocalRotation: {x:
0, y: 0, z: 0, w: 1
}
m_LocalPosition: {x: 0, y: 0, z: 0}
m_LocalPosition: {x: 0, y: 0, z: 0}
m_LocalScale: {x: 1, y: 1, z: 1}
m_LocalScale: {x: 1, y: 1, z: 1}
m_ConstrainProportionsScale: 0
m_ConstrainProportionsScale: 0
...
@@ -52345,7 +52345,7 @@ RectTransform:
...
@@ -52345,7 +52345,7 @@ RectTransform:
m_PrefabInstance: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 1020476331}
m_GameObject: {fileID: 1020476331}
m_LocalRotation: {x:
-0, y: 1, z: -0, w: 0
}
m_LocalRotation: {x:
0, y: 0, z: 0, w: 1
}
m_LocalPosition: {x: 0, y: 0, z: 0}
m_LocalPosition: {x: 0, y: 0, z: 0}
m_LocalScale: {x: 1, y: 1, z: 1}
m_LocalScale: {x: 1, y: 1, z: 1}
m_ConstrainProportionsScale: 0
m_ConstrainProportionsScale: 0
...
@@ -52358,7 +52358,7 @@ RectTransform:
...
@@ -52358,7 +52358,7 @@ RectTransform:
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
m_AnchorMin: {x: 0, y: 1}
m_AnchorMin: {x: 0, y: 1}
m_AnchorMax: {x: 0, y: 1}
m_AnchorMax: {x: 0, y: 1}
m_AnchoredPosition: {x: 130, y: -
13
0}
m_AnchoredPosition: {x: 130, y: -
7
0}
m_SizeDelta: {x: 260, y: 60}
m_SizeDelta: {x: 260, y: 60}
m_Pivot: {x: 0.5, y: 0.5}
m_Pivot: {x: 0.5, y: 0.5}
--- !u!114 &1020476333
--- !u!114 &1020476333
...
@@ -53771,7 +53771,7 @@ PrefabInstance:
...
@@ -53771,7 +53771,7 @@ PrefabInstance:
- target: {fileID: 3618798334208590804, guid: 72c6cc24197ee2747bcb13d5cf8e28c3,
- target: {fileID: 3618798334208590804, guid: 72c6cc24197ee2747bcb13d5cf8e28c3,
type: 3}
type: 3}
propertyPath: m_AnchoredPosition.x
propertyPath: m_AnchoredPosition.x
value: 28
.00003
value: 28
objectReference: {fileID: 0}
objectReference: {fileID: 0}
- target: {fileID: 3618798334326697998, guid: 72c6cc24197ee2747bcb13d5cf8e28c3,
- target: {fileID: 3618798334326697998, guid: 72c6cc24197ee2747bcb13d5cf8e28c3,
type: 3}
type: 3}
...
@@ -63279,22 +63279,22 @@ PrefabInstance:
...
@@ -63279,22 +63279,22 @@ PrefabInstance:
- target: {fileID: 297434755436261067, guid: 6a1bc17fb471d834cae62b8b564a5c7b,
- target: {fileID: 297434755436261067, guid: 6a1bc17fb471d834cae62b8b564a5c7b,
type: 3}
type: 3}
propertyPath: m_LocalRotation.w
propertyPath: m_LocalRotation.w
value:
0
value:
1
objectReference: {fileID: 0}
objectReference: {fileID: 0}
- target: {fileID: 297434755436261067, guid: 6a1bc17fb471d834cae62b8b564a5c7b,
- target: {fileID: 297434755436261067, guid: 6a1bc17fb471d834cae62b8b564a5c7b,
type: 3}
type: 3}
propertyPath: m_LocalRotation.x
propertyPath: m_LocalRotation.x
value:
-
0
value: 0
objectReference: {fileID: 0}
objectReference: {fileID: 0}
- target: {fileID: 297434755436261067, guid: 6a1bc17fb471d834cae62b8b564a5c7b,
- target: {fileID: 297434755436261067, guid: 6a1bc17fb471d834cae62b8b564a5c7b,
type: 3}
type: 3}
propertyPath: m_LocalRotation.y
propertyPath: m_LocalRotation.y
value:
1
value:
0
objectReference: {fileID: 0}
objectReference: {fileID: 0}
- target: {fileID: 297434755436261067, guid: 6a1bc17fb471d834cae62b8b564a5c7b,
- target: {fileID: 297434755436261067, guid: 6a1bc17fb471d834cae62b8b564a5c7b,
type: 3}
type: 3}
propertyPath: m_LocalRotation.z
propertyPath: m_LocalRotation.z
value:
-
0
value: 0
objectReference: {fileID: 0}
objectReference: {fileID: 0}
- target: {fileID: 297434755436261067, guid: 6a1bc17fb471d834cae62b8b564a5c7b,
- target: {fileID: 297434755436261067, guid: 6a1bc17fb471d834cae62b8b564a5c7b,
type: 3}
type: 3}
...
@@ -91710,22 +91710,22 @@ PrefabInstance:
...
@@ -91710,22 +91710,22 @@ PrefabInstance:
- target: {fileID: 297434755436261067, guid: 6a1bc17fb471d834cae62b8b564a5c7b,
- target: {fileID: 297434755436261067, guid: 6a1bc17fb471d834cae62b8b564a5c7b,
type: 3}
type: 3}
propertyPath: m_LocalRotation.w
propertyPath: m_LocalRotation.w
value:
0
value:
1
objectReference: {fileID: 0}
objectReference: {fileID: 0}
- target: {fileID: 297434755436261067, guid: 6a1bc17fb471d834cae62b8b564a5c7b,
- target: {fileID: 297434755436261067, guid: 6a1bc17fb471d834cae62b8b564a5c7b,
type: 3}
type: 3}
propertyPath: m_LocalRotation.x
propertyPath: m_LocalRotation.x
value:
-
0
value: 0
objectReference: {fileID: 0}
objectReference: {fileID: 0}
- target: {fileID: 297434755436261067, guid: 6a1bc17fb471d834cae62b8b564a5c7b,
- target: {fileID: 297434755436261067, guid: 6a1bc17fb471d834cae62b8b564a5c7b,
type: 3}
type: 3}
propertyPath: m_LocalRotation.y
propertyPath: m_LocalRotation.y
value:
1
value:
0
objectReference: {fileID: 0}
objectReference: {fileID: 0}
- target: {fileID: 297434755436261067, guid: 6a1bc17fb471d834cae62b8b564a5c7b,
- target: {fileID: 297434755436261067, guid: 6a1bc17fb471d834cae62b8b564a5c7b,
type: 3}
type: 3}
propertyPath: m_LocalRotation.z
propertyPath: m_LocalRotation.z
value:
-
0
value: 0
objectReference: {fileID: 0}
objectReference: {fileID: 0}
- target: {fileID: 297434755436261067, guid: 6a1bc17fb471d834cae62b8b564a5c7b,
- target: {fileID: 297434755436261067, guid: 6a1bc17fb471d834cae62b8b564a5c7b,
type: 3}
type: 3}
...
@@ -95501,7 +95501,7 @@ RectTransform:
...
@@ -95501,7 +95501,7 @@ RectTransform:
m_PrefabInstance: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 1884722533}
m_GameObject: {fileID: 1884722533}
m_LocalRotation: {x:
-0, y: 1, z: -0, w: 0
}
m_LocalRotation: {x:
0, y: 0, z: 0, w: 1
}
m_LocalPosition: {x: 0, y: 0, z: 0}
m_LocalPosition: {x: 0, y: 0, z: 0}
m_LocalScale: {x: 1, y: 1, z: 1}
m_LocalScale: {x: 1, y: 1, z: 1}
m_ConstrainProportionsScale: 0
m_ConstrainProportionsScale: 0
...
@@ -98001,22 +98001,22 @@ PrefabInstance:
...
@@ -98001,22 +98001,22 @@ PrefabInstance:
- target: {fileID: 297434755436261067, guid: 6a1bc17fb471d834cae62b8b564a5c7b,
- target: {fileID: 297434755436261067, guid: 6a1bc17fb471d834cae62b8b564a5c7b,
type: 3}
type: 3}
propertyPath: m_LocalRotation.w
propertyPath: m_LocalRotation.w
value:
0
value:
1
objectReference: {fileID: 0}
objectReference: {fileID: 0}
- target: {fileID: 297434755436261067, guid: 6a1bc17fb471d834cae62b8b564a5c7b,
- target: {fileID: 297434755436261067, guid: 6a1bc17fb471d834cae62b8b564a5c7b,
type: 3}
type: 3}
propertyPath: m_LocalRotation.x
propertyPath: m_LocalRotation.x
value:
-
0
value: 0
objectReference: {fileID: 0}
objectReference: {fileID: 0}
- target: {fileID: 297434755436261067, guid: 6a1bc17fb471d834cae62b8b564a5c7b,
- target: {fileID: 297434755436261067, guid: 6a1bc17fb471d834cae62b8b564a5c7b,
type: 3}
type: 3}
propertyPath: m_LocalRotation.y
propertyPath: m_LocalRotation.y
value:
1
value:
0
objectReference: {fileID: 0}
objectReference: {fileID: 0}
- target: {fileID: 297434755436261067, guid: 6a1bc17fb471d834cae62b8b564a5c7b,
- target: {fileID: 297434755436261067, guid: 6a1bc17fb471d834cae62b8b564a5c7b,
type: 3}
type: 3}
propertyPath: m_LocalRotation.z
propertyPath: m_LocalRotation.z
value:
-
0
value: 0
objectReference: {fileID: 0}
objectReference: {fileID: 0}
- target: {fileID: 297434755436261067, guid: 6a1bc17fb471d834cae62b8b564a5c7b,
- target: {fileID: 297434755436261067, guid: 6a1bc17fb471d834cae62b8b564a5c7b,
type: 3}
type: 3}
ProjectSettings/EditorBuildSettings.asset
View file @
6a5e4c8b
...
@@ -5,7 +5,7 @@ EditorBuildSettings:
...
@@ -5,7 +5,7 @@ EditorBuildSettings:
m_ObjectHideFlags
:
0
m_ObjectHideFlags
:
0
serializedVersion
:
2
serializedVersion
:
2
m_Scenes
:
m_Scenes
:
-
enabled
:
0
-
enabled
:
1
path
:
Assets/_Scenes/1_Main.unity
path
:
Assets/_Scenes/1_Main.unity
guid
:
a1193329f89803b4f8a14f6c0b15d2c1
guid
:
a1193329f89803b4f8a14f6c0b15d2c1
-
enabled
:
0
-
enabled
:
0
...
@@ -14,7 +14,7 @@ EditorBuildSettings:
...
@@ -14,7 +14,7 @@ EditorBuildSettings:
-
enabled
:
0
-
enabled
:
0
path
:
Assets/_Scenes/3_Main.unity
path
:
Assets/_Scenes/3_Main.unity
guid
:
20c0c67e1155d7340be70873c2eb30f1
guid
:
20c0c67e1155d7340be70873c2eb30f1
-
enabled
:
1
-
enabled
:
0
path
:
Assets/_Scenes/4_Main.unity
path
:
Assets/_Scenes/4_Main.unity
guid
:
da74b35adf3770040b51552fc0cb9a98
guid
:
da74b35adf3770040b51552fc0cb9a98
-
enabled
:
0
-
enabled
:
0
...
...
ProjectSettings/ProjectSettings.asset
View file @
6a5e4c8b
...
@@ -653,7 +653,7 @@ PlayerSettings:
...
@@ -653,7 +653,7 @@ PlayerSettings:
webGLDebugSymbols
:
0
webGLDebugSymbols
:
0
webGLEmscriptenArgs
:
webGLEmscriptenArgs
:
webGLModulesDirectory
:
webGLModulesDirectory
:
webGLTemplate
:
PROJECT:ZeusWebGL
webGLTemplate
:
APPLICATION:Default
webGLAnalyzeBuildSize
:
0
webGLAnalyzeBuildSize
:
0
webGLUseEmbeddedResources
:
0
webGLUseEmbeddedResources
:
0
webGLCompressionFormat
:
2
webGLCompressionFormat
:
2
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment