How to make player fall through platforms?
I'm having a hard time figuring out how to finish scripting this code where if player is on a certain platform that platforms trigger then becomes false when the down key is pressed. What I want for my end product is to have the player be able to drop though a platform and still be able to jump back on a platform. To best explain it I would use Super Smash Bros as an example. Here is my current platform code as well as a screen shot of my project. Thanks in advance!!
https://cdn.discordapp.com/attachments/254097428339228682/310230324594606080/image.png
Your answer
Follow this Question
Related Questions
Ground check BoxCast is detecting when player hits bottom of platform. UNITY 2D C# 0 Answers
Player moves indefinitely after collision 0 Answers
Dash Movement Platformer 0 Answers
A box collider 2D (Is Trigger marked) stops my player from moving which has rigidbody 2D 1 Answer
How to control a plant or vine? 0 Answers