News

Create a new C# script (and a new scripts folder if you like being organized), and call it MenuControl. All you need to add is a single method called Play() . This will look like so: ...
Right click anywhere in that new folder and select Create > C# Script. Name this script ‘Forward’: it’s going to be what makes our bullet move! Double click on that script and you’ll open ...