Skip to content

1.2.1

Latest

Choose a tag to compare

@githubcatw githubcatw released this 22 Apr 19:23
· 2 commits to main since this release
5541846

This is an important bug fix release.

General

Platform specific openers are now only compiled on their respective platforms.

This fixes an issue on Android where IL2CPP builds will fail with an "undefined reference" error like this:

Building Library\Bee\artifacts\Android\iz17e\libil2cpp.so failed with output:
(project)/Library/Bee/artifacts/Android/il2cppOutput/cpp/NT.BrowserWindow.cpp:443: error: undefined reference to '_openBW'
(project)/Library/Bee/artifacts/Android/il2cppOutput/cpp/NT.BrowserWindow.cpp:456: error: undefined reference to '_closeBW'
(project)/Library/Bee/artifacts/Android/il2cppOutput/cpp/NT.BrowserWindow.cpp:443: error: undefined reference to '_openBW'
(project)/Library/Bee/artifacts/Android/il2cppOutput/cpp/NT.BrowserWindow.cpp:456: error: undefined reference to '_closeBW'
clang++: error: linker command failed with exit code 1 (use -v to see invocation)
UnityEngine.GUIUtility:ProcessEvent (int,intptr,bool&)

Sample APK

As no new features are present, use the same APK as release 1.2.