-
Notifications
You must be signed in to change notification settings - Fork 76
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
any good documents / tutorials on this plugin? #76
Comments
https://youtu.be/LCY-xcj3IjA is probably the latest tutorial/demo walkthrough there is. Otherwise we depend on the community to provide better examples or you'll need browse the source code for examples. I unfortunately only maintain the plugin for engine compatibility and do not have additional time to make examples for the moment. For keypresses I recommend using this |
thanks dude. seems to use this as i would like i need to update cef i think. because when i try to use google auth from my page for login i get the error "web browser not secure" this too happens with built in browser. and iv not really got any idea how to do that. so i shall await your next update to sort that. unless i find a way to do it myself |
See #60 (comment) for the basics on upgrading. It's a little involved but not too difficult. |
thanks i had seen this. i have tried quickly but not got anywhere. i will try again tonight. if i can do it i can look to maintain it or keep on top of new cef |
issue is in latest cef i cant see a sln file |
Likely needs to be generated from cmake file |
am sorry but it is working and opening youtube and so on but the page is not interactive i cant scroll or anything just see the youtube page , also am not using it to watch youtube i want to run a small page that has some functionality i need in my game , the page will do some voice recognition (cuz all plugins i found does not support the language i want) but using a page that uses google api was my work around this , and opening the page with ue4 default web browser widget was good but it declines the request for media input from the page so the mic is not used so the recognition is canceled , any help ? this project is important , thanks in advanced |
Check the demo bp project/yt video linked above for examples on how to do interactions |
using the demo project i am struggling to understand how to make this work in a new project with a hitbox. or key command. hitbox i cant take control and with the e full screen it remains blank. i am using ue5 release.
The text was updated successfully, but these errors were encountered: