I’m new to monogame.extended and coding in general so sorry if this is a obvious mistake but here is the exception i get when loading the map
here is the rest of my code
and i’m assuming the drawing code wont be needed
I’m new to monogame.extended and coding in general so sorry if this is a obvious mistake but here is the exception i get when loading the map
This particular exception is probably because NewMap
is invalid or doesn’t exist.
There are a whole bunch of reasons why this might happen.
If you’re still having trouble I suggest raising an issue on github and explain what you’ve tried and attach a copy of the map that you’re trying to load (or another one that has the problem).
so it does build it correctly and i tried using one of the demos and it loaded it without any errors but i cant figure out why it wont load my map. got any other ideas or should i raise a issue on github?
With these generic kind of NullReferenceException
's it’s really hard to tell what the problem is.
So yeah, you’ll need to provide more information, preferably as a github issue.