Toggle navigation
Toggle navigation
This project
Loading...
Sign in
2020-1-capstone-design1
/
LSK_Project1
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
김다솜
2020-06-12 09:13:32 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
722594e41dfa1691cccb68679d2296f765723f30
722594e4
1 parent
6752a5f9
마우스 클릭시 화면 전환되는 코드 주석처리
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
sourcecode/capstone/Assets/Script/Title.cs
sourcecode/capstone/Assets/Script/Title.cs
View file @
722594e
...
...
@@ -43,11 +43,13 @@ public class Title : MonoBehaviour
}
/*
Debug.Log("1");
if (Input.GetMouseButtonDown(0))
{
Debug.Log("2");
SceneManager.LoadScene(SceneToLoad);
}
*/
}
}
...
...
Please
register
or
login
to post a comment