Demo: https://youtu.be/mikk5_oK5EY
Setup: https://youtu.be/IBss09hBqu4
Discord: https://discord.com/channels/794714035769311242/1079553460057419886
This visualizer was implemented using pure blueprints, responsible for the visual part of projectile curve. The actual projectile Actor template is also provided.
Demo maps include:
- Third-person projectile: Player can aim and throw projectiles.
- Third-person puzzle: Projectiles can be used as a bridge(has collision) like some magic.
- Top-down tower defense(paper ball fight): Target location is already known, throwers will launch projectiles exactly to that point. Certain heuristic(thrower can predict the possible target location at real-time) is implemented for both moving thrower and moving target, which makes it more difficult to dodge.