Skip to content

Change file structure #8

@stefnotch

Description

@stefnotch

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions