Skip to content

Commit

Permalink
multiple 3D and sound assets included
Browse files Browse the repository at this point in the history
  • Loading branch information
dtmacroh committed Nov 13, 2017
1 parent 22ae7e0 commit 5eda141
Show file tree
Hide file tree
Showing 209 changed files with 2,372 additions and 26 deletions.
47 changes: 41 additions & 6 deletions Assets/360 Video Player/Scripts/VideoUIController.cs
Original file line number Diff line number Diff line change
Expand Up @@ -15,23 +15,58 @@ private void Start()
{
audioSource= playerToControl.gameObject.GetComponent<AudioSource>();
oldVolume = audioSource.volume;
refer = new Dictionary<string, string>();
refer.Add("fire", "classroom");
refer.Add("classroom", "onboarding");
refer.Add("onboarding", "fortmacroad");
refer.Add("fortmacroad", "plantingsimulator");



}

public void goToPlanting()
{
Debug.Log("the end is near");
SceneManager.LoadScene("plantingsimulation");
playerToControl.Pause();
}

public void goToClassroom()
{
SceneManager.LoadScene("classroom");
playerToControl.Pause();

}
public void goToFire()
{
SceneManager.LoadScene("fire");
playerToControl.Pause();

}

public void goToOnboarding()
{
SceneManager.LoadScene("fortmacroad");
playerToControl.Pause();

}

public void goToForest()
{
SceneManager.LoadScene("forest");
playerToControl.Pause();

}
public void goToWasteland()
{
SceneManager.LoadScene("wasteland");
playerToControl.Pause();

}
public void TogglePause()
{

SceneManager.LoadScene("wasteland");
// SceneManager.LoadScene("wasteland");
playerToControl.Pause();

}


public void ToggleMute()
{
Expand Down
Binary file not shown.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file not shown.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file not shown.
Binary file not shown.
Binary file not shown.
10 changes: 10 additions & 0 deletions Assets/3D Models/bird.meta

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions Assets/3D Models/bird/AUTHOR
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Pedram Ashoori (https://sketchfab.com/pedramashoori)
9 changes: 9 additions & 0 deletions Assets/3D Models/bird/AUTHOR.meta

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 5eda141

Please sign in to comment.