-
Notifications
You must be signed in to change notification settings - Fork 9
Breaks in Android build mode #22
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
Comments
First off - do you have Harmony in your project? If not, you can get it from the same VPM source, or from https://github.com/rrazgriz/harmony-vpm if you prefer standalone. Assuming you have Harmony - can you elaborate on "In Android build mode" - is it working fine in a quest project, then once you go to build an avatar or world, it breaks? Or is it just broken in projects with a quest target? |
I do have Harmony, from the VCC. Rats works fine while set to PC build target. Android build mode meaning when you open the VRC SDK and click "Switch Build Target to Android". Sorry if there was confusion over my use of "build target" and "mode" interchangeably. |
Yeah, no dice. Have noticed from going back and forth that sometimes the backgrounds of the animation states aren't missing as in the screenshot, sometimes it goes back to the original non-Rats styling. |
The RATS_HARMONY define is always set on the Standalone build target, even if we have the Android target selected. I submitted #29 with the fix. The workaround is to add RATS_HARMONY in Project Settings > Player > Scripting Define Symbols |
The UI breaks when in Android (Quest) build mode.
Not sure if it is related but I saw the following warning in the console:
[RATS v1.1.2] 0Harmony.dll not found - Patches Skipped!
Image of the issue:

The text was updated successfully, but these errors were encountered: