Skip to content

Commit ec5be76

Browse files
committed
Fix build error
1 parent e3e3339 commit ec5be76

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

testproject/Assets/Scripts/MoveDynamicSpawnInAwake.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
using UnityEngine.SceneManagement;
55

66
#if UNITY_6000_6_OR_NEWER && UNITY_EDITOR
7-
[Scripting.LifecycleManagement.AutoStaticsCleanup]
7+
[Unity.Scripting.LifecycleManagement.AutoStaticsCleanup]
88
#endif
99
public partial class MoveDynamicSpawnInAwake : MonoBehaviour
1010
{

0 commit comments

Comments
 (0)