Jan Kaniewski

Results 486 comments of Jan Kaniewski

Keep in mind that CEF by default doesn't include common codecs due to patent encumbrance, if your video stream uses a codec that isn't OS/compiled into CEF, you'll need to...

This repo is deprecated. See https://github.com/leapmotion/LeapUnreal/ for current plugin

If it renders in chromium, it will render in BLUI (likely yes). There are also functions to input mouse moves and clicks, which should make drags possible if done right.

Since UE4 supports C++, this leap plugin binds directly to the leap service via Leap.dll (v2 leap.dll, but the leap service provides v3 tracking data to it). You can find...

last supported version of mac is v 4.10. Leap SDK doesn't support mac since v3 tracking (orion) see https://github.com/getnamo/leap-ue4/issues/8

from your log it says: UnrealBuildTool: ERROR: Windows SDK v8.1 must be installed in order to build this target. any idea why it would say that? see https://answers.unrealengine.com/questions/81234/generate-project-files-error.html

should be addressed in the modern re-write

Meta Quest is android based, the current plugin builds only have chromium built for Windows out of the box. There is in theory support for chromium builds for android platforms,...

Which engine/plugin version are you using?

Do you get the same error on an older build? E.g. https://github.com/getnamo/BLUI-Unreal/releases/tag/v4.5.0? Curious if directly related to the CEF update or if it's something that's been there before