Tag: Programming

Unity TrailRenderer Issue

Still developing my new game. Not much to report as I’ve spent most the time doing the tedious bits, like the menu system and save/load stuff, while still coming up with new “obstacles” for the actual game. One particular obstacle is going to be a portal type transporter. When my player (a ball in this…

Read the full article

Creating Models

This has been my month… Model making. More model making. Getting fed up and doing a bit more work on the main menu – mostly the high score system as I want folks to be able to compare their position to all other players. This required setting up a database (I added one to this…

Read the full article

Unity Ads

Wow. That was easier than I expected. I signed up in the services section of Unity, turned on “test mode”. Then created a button and added the following 2 scripts to said button and it worked like a charm 🙂 This code shows the rewarded ad types. Video ads that the player chooses to watch…

Read the full article