January 29, 2019
Tower Defense Tutorial
Episode 09 – Missile Launcher
Youtube – How to make a Tower Defense Game (E09 MISSILE LAUNCHER) – Unity Tutorial
By: Brackeys
Ep. 09
This tutorial covers making the Missile Launcher turret. A lot of it is the same as setting up the first turret, but it’s good practice to repeat the setup. It is extra useful for me because I am using Unity 2018.3 and there is a new way of working with prefabs so any practice with that is very useful.
There is a keyboard shortcut for selecting a variable and changing its name across all instances within the script (and even other scripts). Use Ctrl + r + r, then just type the new name over the old one.
SUMMARY
- VS Keyboard Shortcut: Ctrl + r + r : Lets you replace all instances of a variable (even across scripts) with a new name
- Just keep practicing with new Unity prefab setup
- Simple way of creating UI icon from last time worked well again here