A basic clock app for iOS, PC, Mac made with Unity
- Create a Unity Project (install modules for iOS, Mac, Windows)
- Add an empty GameObject called "test"
- Add a UI Text object named "Text"
- Add an Image object to the Canvas (This will cause your background to be white. Play around, change the colour or add an image)
- Go to the Text object and add a component. Click on "New Script" and copy the contents of
clockScript.cs
- Head over to
File>Build Settings
and click onBuild and Run
for the selected platform.