Hi

I have to decide between creating a script to test if player is in a specific area (with a specific shape : rectangle, ellipse) and using "player in thisList" in a trigger. And I need something to check tens of different areas with different shapes at once.
Anyone knows which solution is best for performance and why ? how is a trigger implemented in the game ?