We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f189d7b + c662ad4 commit d394fe4Copy full SHA for d394fe4
Editor/Transform/Environment/AAO/DisableMeshMerge.None.cs
@@ -9,7 +9,7 @@ namespace KisaragiMarine.ResoniteImportHelper.Transform.Environment.AAO
9
/// </summary>
10
public sealed class DisableMeshMerge : IPlatformDependantPreprocessor
11
{
12
- public GameObject PerformEnvironmentDependantShallowCopy(GameObject unmodifiableRoot)
+ public GameObject Preprocess(GameObject unmodifiableRoot)
13
14
return unmodifiableRoot;
15
}
0 commit comments