Hi guys
My application has the following scenario:
Scene 1 - Scene with an augmented reality plugin that uses the camera of the cell phone
Scene 2 - Scene with a plugin to read bar code, also uses the camera of the cell phone.
These scenes are totally separate, have no reference to each other, the scripts used are different, have no object with “dont destroy onload”.
My problem is this: both scenes work perfectly, but when I go from scene 1 to scene 2 the bar code reader stops working, the camera even initializes but it seems that it does not scan the barcode anymore.
If I start my application directly through scene 2, the bar code reader works normally.
I do not know how it is possible for two scenes to be influencing each other, could it be something related to objects in memory even after the scene change?