Change "T "in play canvas

Hi everyone!

I usually use Convai in Unreal Engine and build it to run on PC, but I recently started testing it on PlayCanvas since I think it’s a great option for running it via a browser on mobile devices.

However, I’m not very familiar with PlayCanvas, and I was wondering if it’s possible to replace the “Hold T to Talk” option with an on-screen button that users can press to talk. Is there a way to do this?

Thanks in advance!

@Daniel_Rubinstein You can check the convainpc.js file. You’ll find keycode === 84 . You just need to replace the key code there

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.