Skip to content

Only store import settings #10

@stefnotch

Description

@stefnotch

Currently, when you import a file (say .png), you'll end up with a binary .flax file. This file stores the image and the import settings.
Combined with an auto importer, the .flax file is a partially auto-generated file. So, I was wondering if it's possible to only store the import settings in a GitHub repository and how you would go about doing so?

It seems like it could work like this (names are subject to change)

  • /Source/Assets: Original files
  • Somewhere: Import settings?
  • /Content/Imported: Imported files

It could be added to the .gitignore, however that requires super deterministic importers that don't change across versions.

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