Hi,
The code:
if contactNode.physicsBody?.categoryBitMask == BitMaskHouse {
print("House collision happens")
}
never executes, so coins can’t be banked. Issue also happens on last chapter and bug-fix versions
Hi,
The code:
if contactNode.physicsBody?.categoryBitMask == BitMaskHouse {
print("House collision happens")
}
never executes, so coins can’t be banked. Issue also happens on last chapter and bug-fix versions
@chrislanguage Can you please help with this when you get a chance? Thank you - much appreciated! :]
This topic was automatically closed after 166 days. New replies are no longer allowed.