FlaxCommunityProjects / FlaxCommunityProjects/flax-auto-import-resources-plugin
Only store import settings
- Dominant language
- C#
- Stars
- 3
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
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.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.