Q: Why does dist version not find assets in jar?

I always have to extract the model assets from
app/lib/assets.jar
to
app/assets/Models/
and then it runs fine.

Do you use the SDK or IntelliJ?

sdk

How are you running the dist version?

What is the classpath?

Basically, you haven’t given enough information.

You probably (wrongly) prefixed all your asset paths with „assets/„ in code for some reason.

Thanks all, i’ve been out of the game for a while and thought I could jump back in, dashing through tutorials to refresh myself and remove any incorrect assumptions I have.