Open
Description
hello all
i made two screens in flutter
=> first screen: contains one button made by flutter in order to open unity scene
=> second screen: unity scene (which displays the 3d model)
the problem is that when i open the first screen in flutter unity scene opens in the background and the camera opens
because i made unitycreated inside this screen to call postmessage function (to open unity scene in the 2nd screen in flutter)
I don't want to open the unity scene on the first screen I want to show the 2 buttons only
and if I press on one of them unity scene appears and opens the camera
=======> i used dispose() - unload() - await - delay but sadly nothing works
any help ?
thanks