Skip to content

Commit 1ce496f

Browse files
committed
Regenerate .meta for SplashScreenModifier
1 parent 7af1755 commit 1ce496f

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed
Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,14 @@
1212
// **************************************************************** //
1313

1414
#if UNITY_EDITOR
15+
using UnityEngine;
1516
using UnityEditor;
1617
using UnityEditor.Build;
1718
using UnityEditor.Build.Reporting;
1819

19-
public class SplashScreenModifier : IPreprocessBuildWithReport
20+
public sealed class SplashScreenModifier : IPreprocessBuildWithReport
2021
{
21-
public int callbackOrder { get { return 0; } }
22+
public int callbackOrder => 0;
2223

2324
public void OnPreprocessBuild(BuildReport report)
2425
{
@@ -35,4 +36,4 @@ private static void SetSplashScreenBackground()
3536
PlayerSettings.SplashScreen.backgroundColor = Color.black;
3637
}
3738
}
38-
#endif
39+
#endif

0 commit comments

Comments
 (0)