Skip to content

Bloomfield-SP17-CAT308/Example-UnityScript

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

Example: Unity Script

Example of a Unity project with very basic scripting

This gives you a simple project containing:

  • A Game Controller script, which is responsible for respawning the player, adding score and updating the UI
  • Prefab
  • A script for an object to damage (respawn) the player
  • A script to rotate a coin, which will give the player points when he comes in contact with it

This project was made in Unity 5.5