Skip to content
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

Asset/Resource system #33

Open
Tracked by #45
peter-r-g opened this issue Jan 26, 2023 · 1 comment
Open
Tracked by #45

Asset/Resource system #33

peter-r-g opened this issue Jan 26, 2023 · 1 comment
Labels

Comments

@peter-r-g
Copy link
Contributor

Right now the asset/resource system is a bit all over the place. Firstly it currently has two names. In Mocha.Common it is referred to as Resources; Whereas in Mocha.Engine and the AssetCompiler it is referred to as Assets. As well, asset logic is spread across multiple projects. Ideally, we should have all of the assets in a single place that contains all of their functionality.

I suggest that we collect all of the asset-related code and put it under a single Mocha.Assets project. That way we have all of the required functionality in one place. With that, we also won't have to reference a tool for compiling logic.

@xezno xezno assigned xezno and unassigned xezno Jan 26, 2023
@xezno
Copy link
Member

xezno commented Jan 26, 2023

Agreed. I think everything under ResourceType should also be renamed to AssetType too for consistency's sake, I much prefer the shorter Asset naming.

@xezno xezno added type/enhancement New feature or request context/managed labels Jan 26, 2023
@xezno xezno mentioned this issue Jan 30, 2023
14 tasks
@xezno xezno added this to Alex's List Feb 4, 2023
@xezno xezno moved this to Today in Alex's List Feb 4, 2023
@xezno xezno moved this from Today to In Progress in Alex's List Feb 4, 2023
@xezno xezno moved this from In Progress to Backlog in Alex's List Feb 4, 2023
@xezno xezno added this to the Initial Release milestone Mar 4, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants