KoBeWi / Metroidvania-System

General-purpose framework for creating metroidvania games in Godot.
https://godotengine.org/asset-library/asset/2301
MIT License
1.04k stars 49 forks source link

Invalid after exporting the game #31

Closed JeroMN closed 7 months ago

JeroMN commented 7 months ago

When I use plugins to make games, everything is fine. But when I tried to export my game for someone else to test for bugs, a lot of the plugin-based features didn't work in the exported game.

I thought I had changed something to cause the problem, so I used a brand new plug-in to export the sample project test, but the results were the same.

https://github.com/KoBeWi/Metroidvania-System/assets/69621143/3679a9ea-8489-459a-81de-e54c1c809f27

KoBeWi commented 7 months ago

Did you add .txt to file include filters?

JeroMN commented 7 months ago

I'm sure not. I didn't change any parameters in the export Settings. I re-exported it in debug mode and the console shows this, I'm not sure if it's useful. aaaaaa

KoBeWi commented 7 months ago

Well yes, as mentioned in the Quick Start guide, in the export dialog you need to add txt filter. image

JeroMN commented 7 months ago

Well, it was my fault, I overlooked that, and now it's working, thanks.