Skip to content

Commit

Permalink
Cleanup SaveDuringPlay for input axis controller
Browse files Browse the repository at this point in the history
  • Loading branch information
glabute committed Jun 11, 2024
1 parent 5678056 commit 7aba388
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -263,7 +263,7 @@ public class Controller

[Header("Driven Axes")]
[InputAxisControllerManager]
[SerializeField] internal InputAxisControllerManager<T> m_ControllerManager = new ();
[SerializeField, NoSaveDuringPlay] internal InputAxisControllerManager<T> m_ControllerManager = new ();

/// <summary>This list is dynamically populated based on the discovered axes</summary>
public List<Controller> Controllers
Expand Down

0 comments on commit 7aba388

Please sign in to comment.