Skip to content
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

Plugin not working on Meta Quest 3 #11

Open
DomCoccorese opened this issue Oct 16, 2024 · 6 comments
Open

Plugin not working on Meta Quest 3 #11

DomCoccorese opened this issue Oct 16, 2024 · 6 comments

Comments

@DomCoccorese
Copy link

Hello
I'm using this plugin inside an Unreal Engine project where I use an outlet component to send a simple message. Although it works in preview, the resulting apk installed in my Oculus Meta Quest 3 does not send any message. I want to specify that the Headset and the computer (where the inlet program is installed) are connected to the same network. Am I missing something? Does anyone faced the same issue with Meta Quest?

Thanks in advice

@tstenner
Copy link

Does the app have the CHANGE_WIFI_MULTICAST_STATE permission?

@DomCoccorese
Copy link
Author

@tstenner thanks for the response. I've just tried your solution enabling CHANGE_WIFI_MULTICAST_STATE. Unfortunately it does not change anything

@brifsttar
Copy link
Collaborator

Did you make changes to the plugin so that it can build for Android? At the moment, only Windows is supported.

@DomCoccorese
Copy link
Author

No I didn't make any change, I've just imported the plugin in Unreal and then built the project for Android. So this Plugin does not support Android? Is there a way to make it work? Thanks

@brifsttar
Copy link
Collaborator

This plugin only supports Windows, but it could probably work with Android if you have a liblsl built for Android (which I don't think are part of the release pipeline? But not sure).

If you have that, then you can probably edit the plugin to add Android support ([0], [1]).

In the meantime, I find it really weird that Unreal lets you package an Android project that uses this plugin without failing.

@DomCoccorese
Copy link
Author

Yes I ensure that the plugin is enabled in Plugins tab and the package process completes successfully. I'm using Unreal 5.3.2.
I'm already looking for liblsl (found here https://github.com/labstreaminglayer/liblsl-Android/tree/master), but for now I don't manage to build it (sorry but I'm not an Android Studio expert). In the links you provided it is reported that I need an *.so file to include, but I don't find any .so file inside liblsl repository

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants