-
-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Labels
F: coreCore application functionality - managing resources, state, etcetera.Core application functionality - managing resources, state, etcetera.W: third partyWaiting on a third party's action.Waiting on a third party's action.
Milestone
Description
In GitLab by @azriel91 on Aug 27, 2019, 13:23
- Each asset type needs its own type uuid.
- Each asset needs its own asset uuid.
Generating UUIDs for each component sequence:
namespace/namebased GUIDsyauuidcrate, we should likely useUuid::new_v3(usesmd5hashing, but faster).
From @Kae:
I think there are two features that would help you in addition to
SerdeImportable:
- Handle references that are registered by path instead of UUID (resolved transparently by the framework): Handling assets with path references in the build process amethyst/distill#2
- Custom build pipelines - a way to run code after import, but before loading i.e. "offline", to transform an asset from one asset type to another asset type. This can be used to transform from AOS to SOA for example.
Notes:
- Set up CI to have
capnponPATH.
Metadata
Metadata
Assignees
Labels
F: coreCore application functionality - managing resources, state, etcetera.Core application functionality - managing resources, state, etcetera.W: third partyWaiting on a third party's action.Waiting on a third party's action.