Search found 2 matches

by 0x80
Tue Feb 16, 2016 6:55 pm
Forum: Support and Development
Topic: HardonCollider Error: attempt to call method 'addRectangle' (a nil value)
Replies: 2
Views: 3069

HardonCollider Error: attempt to call method 'addRectangle' (a nil value)

As i do not want to implement my own collision detection algorithm, i have found a HardonCollider library to do the heavy lifting for me. I have followed the example code of the library but got an error even with a basic setup. local hc = require "hardoncollider" local hero local collider ...