EntityComponentSystemSamples
EntityComponentSystemSamples copied to clipboard
character Input does not take effect
After the update, the role control using inputsystem does not take effect Version a319c0da6c6a55baadc31c10c8120a28e959766b [a319c0d] Need add UNITY_INPUT_SYSTEM_EXISTS in playersetting
Same, the Character Controller Scene was very static because of that..
Edit --> Project Settings --> Player --> Scripting Define Symbols --> Append the following to whatever is in the text box:
;UNITY_INPUT_SYSTEM_EXISTS
