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

Assertion failed. #49

Closed GammaHaya closed 4 months ago

GammaHaya commented 4 months ago

I tried to create a new project with this plugin, but it is not working and I don't know what to do. What I did:

I got this error: Assertion failed. File: MetroidvaniaSystem.gd Line: 256

Is there a fix for it?

Tested on MacOs

KoBeWi commented 4 months ago

Sounds like you might be using old version. Download the newest ZIP from GitHub: https://github.com/KoBeWi/Metroidvania-System/archive/refs/heads/master.zip

GammaHaya commented 4 months ago

Thank you for this lighting fast reply. The project in your link works, great!

I was using the AssetLib of Godot before.

KoBeWi commented 4 months ago

I pushed update to AssetLib. I have a big feature planned and wanted to finish it first, but there were too many important fixes in the meantime.

btw as noted in the starting guide, running sample project from AssetLib is unadvised due to project.godot conflicts.