Hi!
When I started with Defold I had to shift from the usual OOP to Defold’s “messaging” paradigm.
How expensive are messages in terms of performance?
Should you view a message in the same way as a method call in object-oriented languages performance-wise, or do you need to be more careful?