YoYo Games, the developers of GameMaker Studio, have posted a new tech blog article explaining how to create extensions for Windows, Mac, and JavaScript targets. Below is an excerpt.
“If you are developing for Windows and Mac platforms, it is worth noting that you can create a single extension with only one set of functions which will work on both platforms. This is achieved by adding only one of the link libraries to your game as an extension and placing the other in the Included Files… ”
The tech blog doesn’t go into detail about actually coding your own extensions, though it should be a useful guide for developers who are unfamiliar with GameMaker Studio’s extension system.
Cool post 🙂