You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've tested on an emulation and a physical device, but both failed.
The error happens at __scribble_system and in here
if (not shader_is_compiled(__shd_scribble))
{
__scribble_error("Shader failed to compile. Please check your version of GameMaker is compatible\nPlease report this error if it persists");
}
Note: Shader compiles on Windows, but not on Android.
The text was updated successfully, but these errors were encountered:
I've released three games using Scribble for Android and I know many other people have used Scribble on Android successfully.
What Android device are you compiling for? What version of GameMaker and Scribble are you using? What does the compile log say? What minimum Android SDK level are you compiling for? What Android architectures are you compiling for?
I've tested on an emulation and a physical device, but both failed.
The error happens at __scribble_system and in here
Note: Shader compiles on Windows, but not on Android.
The text was updated successfully, but these errors were encountered: