Skip to content

Commit 733a6d1

Browse files
author
Stewart Miles
committed
Fixed version handler update on asset change.
OnPostprocessAllAssets() was in the incorrect case and never being called. Bug: 128746526 Change-Id: I134a1d1cb880dca2698028344d788bb67ad0f83c
1 parent e352955 commit 733a6d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/VersionHandlerImpl/src/VersionHandlerImpl.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2658,7 +2658,7 @@ public static float GetUnityVersionMajorMinor() {
26582658
/// <summary>
26592659
/// Scanned for versioned assets and apply modifications if required.
26602660
/// </summary>
2661-
private static void OnPostProcessAllAssets (
2661+
private static void OnPostprocessAllAssets(
26622662
string[] importedAssets, string[] deletedAssets,
26632663
string[] movedAssets, string[] movedFromPath) {
26642664
UpdateVersionedAssets();

0 commit comments

Comments
 (0)