EntityComponentSystemSamples icon indicating copy to clipboard operation
EntityComponentSystemSamples copied to clipboard

character Input does not take effect

Open xiezhipeng-git opened this issue 5 years ago • 2 comments

After the update, the role control using inputsystem does not take effect Version a319c0da6c6a55baadc31c10c8120a28e959766b [a319c0d] Need add UNITY_INPUT_SYSTEM_EXISTS in playersetting

xiezhipeng-git avatar Sep 19 '20 08:09 xiezhipeng-git

Same, the Character Controller Scene was very static because of that..

FFHstudioHugo avatar Sep 25 '20 07:09 FFHstudioHugo

Edit --> Project Settings --> Player --> Scripting Define Symbols --> Append the following to whatever is in the text box:

;UNITY_INPUT_SYSTEM_EXISTS

image

MattTree avatar Nov 03 '20 21:11 MattTree