Skip to content

Instantly share code, notes, and snippets.

@RimuruDev
Last active June 14, 2023 08:16
Show Gist options
  • Save RimuruDev/f64b4eedfffe3c369e09357ef027fbb5 to your computer and use it in GitHub Desktop.
Save RimuruDev/f64b4eedfffe3c369e09357ef027fbb5 to your computer and use it in GitHub Desktop.
Building Library\Bee\artifacts\Android\19qtv\libil2cpp.so failed with output: ld.lld: error: undefined symbol: ExecuteCodeRTB1 Yandex Game Plugin Bug
Add for all scripts #if UNITY_WEBGL
Example
using UnityEngine;
using UnityEngine.UI;
#if UNITY_WEBGL
namespace YG.Example
{
public class DebugViewing : MonoBehaviour{
private void Update(){
audioPause.text = "audioPause: " + AudioListener.pause;
}
}
}
#endif
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment