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

Change file structure #8

Open
stefnotch opened this issue Jan 3, 2020 · 0 comments
Open

Change file structure #8

stefnotch opened this issue Jan 3, 2020 · 0 comments

Comments

@stefnotch
Copy link
Collaborator

stefnotch commented Jan 3, 2020

So, basically we've (my gamedev team) dropped the idea to separate models like this.
And currently using something like this:
Content/Assets/Characters/Knight/
Models/KnightModel.flax
Textures/KnightBodyDiffuse.flax
Materials/...
TPVKnightPrefab.flax
KnightSettings.flax
Content/Assets/Weapons/LongSword1/
Models/LongSword1Model.flax
Textures/LongSword1Diffuse.flax
Materials/...
TPVLongSword1Prefab.flax
LongSword1Settings.flax
Where Content is the Flax's default root dir.
-- Erdroy

One thing the plugin could automatically do would be name-prefixing. So you could have
Knight/Textures/Body Diffuse.png and it would turn into Knight/Textures/Knight Body Diffuse.flax

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant