Unity Issue Tracker - "Update() can not take parameters" error is thrown when implementing LateUpdate/Update/FixedUpdate with parameters in a ScriptableObject
Closed
UUM-79677
"Update() can not take parameters" error is thrown when implementing LateUpdate/Update/FixedUpdate with parameters in a ScriptableObject
Unity: Scripting Runtime
Won't Fix
6.0.X
2022.3.X
2021.3.X
This is expected behaviour, Update() shouldn't take parameters
Reproduction steps:
1. Open the attached “MonoMethodsSO” project
2. Observe the Console logs
Expected Result: No errors are thrown
Actual Result: “Script error (MyScriptableObject): Update() can not take parameters.” error is thrown