I will apologize first because I’m at work and don’t have any code to show, but I thought I could post anyway because its not necessarily related to my code.
I was wondering how many event listeners and or object can I have within one lua file, before it would start to effect performance.
I’ll be first to admit that I am not the most technical guy, so my wording of that may not be on point, but I am working on a game and have come to find out that I may have up to 25+ objects that all would have their own RunTime event listener going in the background to make sure the locations of objects are where they need to be.
Does anyone know if there is a recommended limit to stay under to ensure performance and quality does not lower?
Thanks