-
Notifications
You must be signed in to change notification settings - Fork 9
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
Light not showing up on Android #33
Comments
You could check #30 if you're running on Mac. |
Android uses slightly different shaders and things which work on desktop Love2d may not work on mobile due to this. I opened pull requests previously when I encountered compatibility issues on this. You might be able to apply similar tweaks to fix any new compatibility issues that have been introduced. |
The only solution I can think of is making this library again from scratch. |
Alright, thank you for your help! |
Hello,
We are currently using your light engine to create a little mobile game. However, if we run our game on an Android device the light does not show up and everything is black, except the text that is printed after the LightWorld is drawn. If I run the game on PC however, the light and shadows all work as intended.
I read in other issues that the engine would run on mobile aswell. So, I was wondering if you might have an idea what the issue could be?
Thanks in advance:)
The text was updated successfully, but these errors were encountered: