A downloadable tool

Download NowName your own price

I created this pack of basic scripts as part of a learning resource for a class I teach.  These scripts are designed to fit a variety of uses and implementations and serve as a starting point for making a game in Unity.


These scripts are designed to work with Unity 2020, but have also been tested in Unity 2018.  The example project is made with the 2020 version of Unity, so that version is the most compatable.


The asset pack contains 3 file types ...

  • The RAW source code with a healthy dose of comments.
  • A Unity package for the user on the go.
  • An example project with 3 basic games.


The platformer example project may handle jumping differently from version to version.  You may need to change the amount of jump force in your version of Unity.

In fact, if you have pixel-perfect timing, you can double jump, even with a jump setting that requires ground, due to the fact that "ground" detection just checks if the player object's Y velocity is close to 0.


You can also access the code through my GitHub repository following the link below ...

https://github.com/BrettPostScript/Bretts-Basic-Scripts

Updated 24 days ago
StatusReleased
CategoryTool
AuthordiVISION+
GenrePlatformer
Made withUnity
Tags3D, Flappy Bird, Open Source, sourcecode, Top-Down
Average sessionA few seconds

Download

Download NowName your own price

Click download now to get access to the following files:

BB Scripts (RAW Code) 15 kB
BB Scripts (Unity Package) 88 kB
BB Scripts (Example Project) 69 MB

Comments

Log in with itch.io to leave a comment.

You should rename it to Basic C# scripts. I thought it was going to be BASIC scripts from the name like "Which version? Blitz Basic, Dark Basic, Freebasic?"