Has anyone been able to wrap a UnityFragment insid...
# compose-android
s
Has anyone been able to wrap a UnityFragment inside a Composable? I have a unity Fragment that contains a Game. I tried using
AndroidViewBinding()
passing in the
UnityFragmentBinding::inflate
, that renders everything inside the Fragment except for the Unity
FrameLayout