Report this content
We want the Dreams coMmunity to be a safe, diverse and tolerant place for everyone, no matter their age, gender, race, sexual orientation or otherwise. If you believe this content to contradict these principles, you can file a report for our coMmunity teams to investigate.
Note that misuse of the reporting tool will not be tolerated.Item being reported:
You want the platform to be collidable from above but not below?
Probably use some logic that switches the platform's collision detection depending on the upward velocity of the player character (for example).
I.e. if the player is moving upwards, transmit a 'no collide' signal to any appropriate platforms; when the player is moving downwards or staying level, change that to a 'collide' signal.