Anne Kitsune

Results 76 comments of Anne Kitsune

Ah so I guess this issue is already resolved :D I thought on_stop wasn't called for all states for some reason.

Extra constraints: * Load from the network at runtime. * Runtime asset overrides and additions. See this file just after the imports https://github.com/jojolepro/amethyst-extra/blob/master/src/lib.rs * How to avoid getting into the...

I agree ^ > Could you elaborate on this? > > Keep in mind that there is no reflection in rust. I wanted to make a prefab creator tool, but...

-> being able to load any asset source format at runtime (i.e. including importers in a build) Keep in mind that people will want to create entities at runtime from...

Replying from phone. Going over elements from top to bottom. >An asset file is a file on disk that can contain multiple assets. Call that AssetSource Don't force the asset...

I support what @magnonellie said

Because you need to move them yourself and they are still name dependent (name of the meta has to be the name of the asset file). Also you can't use...

I'll write a proposal soon. Can't do it from my phone.

Dropping bomb! pew pew pew # Prefab refactor proposal / Asset loading additions ## Raw assets vs prefabs RawAsset: all .png .jpg .mp3 .blend .obj files Prefabs are simply containers...

How would the data field be slower than the current solution? Both solution propose having the runtime representation as bytes. My issue solve the compatibility problem with users not using...