I am making a little game in c#
on unity 5
, and until now I have almost everything. How do I jump to another scene on detecting a rigidbody?
Jump to another scene detecting a rigidbody
34 views Asked by Fran910 At
1
I am making a little game in c#
on unity 5
, and until now I have almost everything. How do I jump to another scene on detecting a rigidbody?
in one of your game object's scripts, put:
so implementation would look as such: