Good but when will you make tutorial on that robot(when we will go towards the robot by pressing f we can enter it)... Plz make that i am waiting for it
Thank You. Just what I was looking for. Can you also please explain how to pause my game and come back to this menu, with option to resume? Keep up the good work.
Saving your time; using UnityEngine.SceneManagement; using UnityEngine; public class NewBehaviourScript : MonoBehaviour { public void Playgame() { SceneManagement.LoadScene("Level"); } public void Quitgame() { Application.Quit(); } }
It help me a lot dude, tks for the tutorial
I was looking for this type of tutorial and lastly found you ♥️♥️
Very Nice Video
Thanks
Please reply
Please make a tutorial on ammo and gun pick up
Good but when will you make tutorial on that robot(when we will go towards the robot by pressing f we can enter it)... Plz make that i am waiting for it
How to add sound volume in options menu?
He made a code on that on one of his gun vids
Thank You. Just what I was looking for. Can you also please explain how to pause my game and come back to this menu, with option to resume? Keep up the good work.
Thank you so much
Please make more tutorials on hyper causal games..
Very useful thanks
1 viewer and liker
Saving your time;
using UnityEngine.SceneManagement;
using UnityEngine;
public class NewBehaviourScript : MonoBehaviour
{
public void Playgame()
{
SceneManagement.LoadScene("Level");
}
public void Quitgame()
{
Application.Quit();
}
}
Omg man, ty so much