Posts by hedgehogform

    Hello. I'm trying to import a basic cube I made in blender using the assetbundle feature. I managed to import and spawn a particle the default one that's included.

    But I cannot for the earth of me to get the cube to show. It does spawn in game but it's invisible. But I'm standing on it. What texture do I have to put on the cube?

    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: