Hello!
I was working on a horror-themed game for a game jam. I had the game finished and went to bundle the project and unfortunately got the message “java.lang.NullPointerException: Unknown”. I struggled to hunt down the issue for about an hour and missed the deadline for the jam (no biggie).
I was able to narrow down the issue to a spinescene within the player character (and possibly elsewhere).
I checked the uploaded settings and they are correct. I’ve also used them in previous projects without encountering this error. This error was occurring on the previous version of the engine and the newest release (the one requiring the dependency for spine).
I was able to duplicate the project and have uploaded it here:
spinescene_issue_recreated.zip (8.2 MB)
Note Ignore the strange colors of the character. I’m using a material to dynamically recolor it during runtime.
Any feedback would be helpful as I am completely lost!
Thanks!