Open oguzhancevik opened 5 years ago
Hi @oguzhancevik - Unfortunately we don't support two simultaneous ArFragments since they would each create a separate AR Session and a separate instance of Filament (our underlying rendering engine).
@tpsiaki thank you for answer. So why don't support (aspect technically)
I want to duplicate ArFragment on a activity.
activity_cardboard.xml
` <LinearLayout android:layout_width="match_parent" android:layout_height="match_parent" android:orientation="horizontal">
But display only one ArFragment. Why?