Unity game moving platform + respawning troubles
[Using Unity 5.3.1 Personal Edition]
For anyone that wants to test it out for himself: http://www.mediafire.com/download/3k...tched+game.exe

So I've made a 2D platformer game with moving platforms and respawning if you've fallen off the map.

My problem is, that when I respawn the passenger mask on my moving platform doesn't work anymore (the passenger mask makes the player move along with the platform, so basically I'll fall through a platform that's moving upward).

I have assigned the correct tags/layers to all my platforms and player, I'm using "Environment" for the platforms and "Player" for the player.
Oh and I'll give you all my TC and/or a kiss if you find a way for me to fix this

PlatformController Script



Player script



GameMaster script



RaycastController script



Controller2D script



Camera2DFollow script

Last edited by dank; Feb 12, 2016 at 12:22 AM.
dreamy suicide act