Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
ease-ph
DeepLanguageUnderstanding
Physics Simulator
Commits
409b4e55
Verified
Commit
409b4e55
authored
Mar 10, 2020
by
Sebastian Höffner
Browse files
Adding UI to built Player.
parent
6476d56c
Changes
3
Show whitespace changes
Inline
Side-by-side
Assets/DLU/Scripts/SceneController.cs
View file @
409b4e55
using
UnityEngine
;
using
UnityEngine.SceneManagement
;
using
SimpleJSON
;
using
System.IO
;
using
System.Collections
;
using
System.Collections.Generic
;
using
System.Linq
;
namespace
dlu
{
...
...
@@ -45,6 +45,10 @@ public class SceneController : MonoBehaviour
{
semanticBehaviours
=
FindSemanticLabels
();
}
if
(!
Application
.
isEditor
)
{
SceneManager
.
LoadScene
(
"UI"
,
LoadSceneMode
.
Additive
);
}
StartCoroutine
(
EvaluateInstruction
());
}
...
...
ProjectSettings/EditorBuildSettings.asset
View file @
409b4e55
...
...
@@ -4,5 +4,11 @@
EditorBuildSettings
:
m_ObjectHideFlags
:
0
serializedVersion
:
2
m_Scenes
:
[]
m_Scenes
:
-
enabled
:
1
path
:
Assets/DLU/Scenes/Kitchen.unity
guid
:
9fc0d4010bbf28b4594072e72b8655ab
-
enabled
:
1
path
:
Assets/DLU/Scenes/UI.unity
guid
:
9b74fb516dd6645ba8763107f4afdc9f
m_configObjects
:
{}
ProjectSettings/GraphicsSettings.asset
View file @
409b4e55
...
...
@@ -35,6 +35,10 @@ GraphicsSettings:
-
{
fileID
:
15106
,
guid
:
0000000000000000f000000000000000
,
type
:
0
}
-
{
fileID
:
10753
,
guid
:
0000000000000000f000000000000000
,
type
:
0
}
-
{
fileID
:
10770
,
guid
:
0000000000000000f000000000000000
,
type
:
0
}
-
{
fileID
:
16000
,
guid
:
0000000000000000f000000000000000
,
type
:
0
}
-
{
fileID
:
16001
,
guid
:
0000000000000000f000000000000000
,
type
:
0
}
-
{
fileID
:
16002
,
guid
:
0000000000000000f000000000000000
,
type
:
0
}
-
{
fileID
:
17000
,
guid
:
0000000000000000f000000000000000
,
type
:
0
}
m_PreloadedShaders
:
[]
m_SpritesDefaultMaterial
:
{
fileID
:
10754
,
guid
:
0000000000000000f000000000000000
,
type
:
0
}
...
...
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