Posted November 12, 2025 by Dragonite
#gamemaker #update
GameMaker 2024.14 introduced a few useful additions that make certain tasks quite a lot faster, in particular fast visibility calculation and the ability to recycle matrices. The amount of speed-up that this gives you varies depending on how many lights are on screen, but if you have a lot of lights and not all of them are on screen at the same time it can be a noticeable improvement.
Seeing as this is a fairly new change and some of you might or might not still be on an older version of GameMaker I’ve uploaded a separate version that makes use of these optimizations toonchickens_14.yymps. The old one is still available for download, if you need it. Whenever LTS 2026 comes out, I’ll retire the old one and make the optimized version the default.
I’ve also updated a bunch of my other 3D extensions to make use of this.