YAL-GameMaker-Tools / GmxGen

Updates GameMaker extensions with function/macro definitions and documentation extracted from source files.
7 stars 0 forks source link

"Your extension doesn't have an array of files in it" error when recompiling C# extension for IDE 2024.2.0.132 #1

Closed mango-ki closed 6 months ago

mango-ki commented 6 months ago

When I build my extension while it's .yy is still in an older asset format, it compiles as normal.

As I import the extension asset into GameMaker, GameMaker converts both the original .yy asset in my extension solution folder, and the imported copy, to the newest format for 2024.2.0.132.

When I go to build it again in Visual Studio, I get the following build error: "Your extension doesn't have an array of files in it." This is probably being caused by the new IDE version changing how the .yy file is formatted. I've attached a screenshot of the error below

image

YellowAfterlife commented 6 months ago

Fixed in the new release