-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Rework asset system to use binary serializing instead of text format #51
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good, we talked a bit about possible want to haves and some missing cases to the writer/reader templates.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Added include without adding logic in Vertex, possible mistake?
This change moves the entire Volt asset system to use compressed binary data for assets instead of relying on text files. This will decrease file sizes quite a bit and make a more unified asset system.