secret pathway [2D, top down]
this is a bit tricky to explain in words but i'll try my best. .my enter key doesn't work so its hard to read too. and my native lang isnt english so there will be errors im trying to make something simillar to a secret pathway that a player can enter from a specific location. when the player goes to the path entrance and press a button (say, "f") then the existing layout of the map would blur, fade, or disappear and a new hidden layout of the pathway will be revealed and the player would be able to move in the pathway( the layout of the pathway overlapses/extrudes from the original layout and the player would be able to go through walls of the original layout via the secret pathway) and come out the other ends. i dont want to transition scenes and i dont want to create the objects for the pathway when the player presses "f" everytime (the objects for the pathway is there from the start , just not visible). what i dont know how to do here is for player's collision for the original map and the secret pathway not getting in the way, and blur, fade or whatever the original map in a uniform way.
Your answer
Follow this Question
Related Questions
C# 2D Top down game how to detect if objects are touching while they can pass through each other? 1 Answer
Turning player toward enemy after bool is true/button is pressed 1 Answer
Projectile for top down 2d receiving new direction per update (Not what I want) 1 Answer
2D Animations in Unity with multiple Sprites 0 Answers
When I build and run my project it seems that its lacking, plz help?! 0 Answers