sticking gum keppy pastebin sticky platform script: using System.Collections; using System.Collections.Generic; using UnityEngine; public class StickyPlatform : MonoBehaviour { private void OnTriggerEnter2D(Collider2D collision) { if (collision.gameObject.name == "PC-Boy (Player)") sticking gum keppy pastebin How to use it? sticking gum keppy pastebin { collision.gameObject.transform.SetParent(transform); } } private void OnTriggerExit2D(Collider2D collision) { if (collision.gameObject.name == "PC-Boy (Player)") { collision.gameObject.transform.SetParent(null); sticking gum keppy pastebin How to use it? sticking gum keppy pastebin } } } sticking gum keppy pastebin