In my futuristic setting, I am incorporating RectAreaLights to mimic strip lights. However, I am encountering a performance issue as my frames per second (fps) drop significantly when using these lights, typically not exceeding 20 or 30. On the other hand, switching to different types of lights such as PointLight or SpotLight resolves this problem and maintains a stable 60 fps.
Are there any techniques or solutions available to enhance performance while using RectAreaLights?