Skip to content

David Ball's blog

Procrastinator of many things

  • Twitter
  • Facebook
  • Instagram
  • Email

Recent Posts

  • Things I’ve worked on in 2018
  • Working again on that WW1 biplane game with the silly name
  • BotSumo now available on Kindle Fire
  • CSS tricks that I keep having to remind myself about
  • BotSumo is now available on iPhone

Subscribe to Blog via Email

Random Web dev/UX Posts

  • Dragging a file to applications to install on Mac is a great paradigm, but baffling the first time you do it
  • Transitioning the colour of an SVG image
  • I’ve discovered the ampersand selector in SASS & now I’m using it everywhere!

Random Web Dev Posts

  • 4 examples of CSS being weird
  • Don’t scrimp on classes if it means making convoluted CSS
  • Things I discovered about Unity as a web developer

Random Game Dev Posts

  • Is $1.50 for 1000 ad views worth it?
  • I’ve finished a game but too embarrassed to show it anyone because it’s about a giant turd
  • The 1st review of Mega turd

Tag: Unity collisions

Unity – Detect gameObject’s tag via OnCollisionEnter()

Unity – Detect gameObject’s tag via OnCollisionEnter()

I’ve struggled for a long time with Collisions in Unity, and for some reason avoided using the OnCollisionEnter() function, and favouring OnTriggerEnter() instead. Continue reading Unity – Detect gameObject’s tag via OnCollisionEnter()

Posted on March 6, 2016March 6, 2016Categories Game devTags Unity, Unity collisions
Proudly powered by WordPress