Skip to content

kyl3r92/PlayFromHere

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

Play From Here Button for Unity3D

  1. Get ToolbarExtender: https://github.com/marijnz/unity-toolbar-extender
  2. Get my PlayFromHereButton.cs script (put it in an Editor folder)
  3. Change the last line in spawnPlayerAtCam function to handle your player-spawning.
  4. Change or comment the .OpenScene Line in OnToolbarGUI. This is where I load my Player Basics Scene (Player Prefab, Main Menu, Cameras, Particle Effects) which I keep in a separate scene, I load my levels in "additive" mode so I can have multiple scenes loaded. This is optional, so if you don't need this, just comment it out.
  5. Remember to use "Play Unfocused" or "Play Focused" but not "Play Maximized" (otherwise it will use Main Camera instead of Scene camera

About

Custom Play-From-Here Button for Unity3D

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages