- 
                Notifications
    
You must be signed in to change notification settings  - Fork 0
 
Open
Description
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
Labels
No labels