Posts by Snufkin

A new update is now available, introducing "Points of interest" and many more changes!
Latest hotfix: 0.9 (2025-10-31)

    I'm using kotlin but when I call


    Code
    particleBundle?.dispose()

    on AssetBundle class the server crashes with this:

    Reason is that the game thinks the AssetBundle still exists but I freed it manually myself using particleBundle?.dispose()

    Without calling it it works fine: