Allow arbitrary generated folder location#969
Draft
keveleigh wants to merge 9 commits into
Draft
Conversation
keveleigh
marked this pull request as ready for review
January 9, 2025 22:21
keveleigh
requested review from
a team,
AMollis,
marlenaklein-msft and
shaynie
as code owners
January 9, 2025 22:21
keveleigh
force-pushed
the
allow-arbitrary-generated-folder-location
branch
from
January 13, 2025 23:18
e405455 to
f2abade
Compare
keveleigh
force-pushed
the
allow-arbitrary-generated-folder-location
branch
3 times, most recently
from
February 3, 2025 19:49
712caee to
ddee8ed
Compare
keveleigh
force-pushed
the
allow-arbitrary-generated-folder-location
branch
from
March 5, 2025 18:53
ddee8ed to
2759e4d
Compare
keveleigh
force-pushed
the
allow-arbitrary-generated-folder-location
branch
from
April 25, 2025 22:15
266bec0 to
41fe18b
Compare
whitetigerhelix
previously approved these changes
May 28, 2025
whitetigerhelix
left a comment
Contributor
There was a problem hiding this comment.
GetOrCreateGeneratedFolderPath and AssetPostprocessor aren't run very often, right? What specifically causes this to be run? Assuming that is rare, this looks fine to me.
keveleigh
force-pushed
the
allow-arbitrary-generated-folder-location
branch
from
May 28, 2025 19:23
41fe18b to
a1cf3ae
Compare
keveleigh
force-pushed
the
allow-arbitrary-generated-folder-location
branch
from
July 24, 2025 19:23
a1cf3ae to
8a56914
Compare
keveleigh
enabled auto-merge (squash)
July 28, 2025 20:19
Contributor
Author
@whitetigerhelix AssetPostprocessor runs every time the asset database is re-imported, which shouldn't be super frequent, but will happen as assets are added/removed/changed in a project. |
keveleigh
disabled auto-merge
December 5, 2025 18:10
keveleigh
marked this pull request as draft
December 5, 2025 18:10
keveleigh
force-pushed
the
allow-arbitrary-generated-folder-location
branch
from
December 8, 2025 23:49
548c9a3 to
89343ef
Compare
keveleigh
force-pushed
the
allow-arbitrary-generated-folder-location
branch
2 times, most recently
from
January 5, 2026 17:59
5511fe3 to
697a641
Compare
keveleigh
force-pushed
the
allow-arbitrary-generated-folder-location
branch
from
February 3, 2026 18:31
697a641 to
cb2df20
Compare
keveleigh
force-pushed
the
allow-arbitrary-generated-folder-location
branch
from
February 25, 2026 17:45
cb2df20 to
f947bbd
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Fixes #922
Ports over the "folder sentinel" pattern from MRTK2 (microsoft/MixedRealityToolkit-Unity#5603)