Potential problem with mapnode related function
Closed this issue · 3 comments
Exas4000 commented
Recent issue, Custom clan can load, is listed in the logbook.
But unable to launch the clan since the new controller update. Previously was possible to launch a game prior it.
With my limited knowledge, i presume that a map node wasn't registered properly.
RawsomeGH commented
Don't quite know what exactly it's doing, but the problem is here:
images
now has length 6, while spritePaths
only has Count 5, so there's an index OoB.Maybe someone who knows how to inspect the prefab (or which one is being referred to here) can look into this. :)
RawsomeGH commented
Apparently the selection outline image ended up in there for keyboard / controller support.
It's the first sprite in the list, so just adding another entry to spritePaths
should do it.
brandonandzeus commented
I'm going to close this since there was PR that mentioned that it fixes this issue and I don't see this happening anymore.