Hello!
I have two scenes that I’m trying to move between using portals. Moving from Level1 to Level2 is fine, but moving from Level2 to Level1 doesn’t seem to be working, as it seems like my OnTriggerEnter
method isn’t working (printing to the console doesn’t work when I think it should be triggering).
As far as I can tell, everything between the two scenes is set up the same. I have a Sphere Collider on my portal with IsTrigger
checked (in both scenes), and I have the Portal script attached, with all methods looking like they do in the GitHub code - but one direction works, and one doesn’t.
Any ideas gratefully received?!?!