Hello Everyone. Thanks for helping
Not sure why I am having this problem.
When I am on playmode in Unity (it’s about Paddle motion) I am having GameOver screen. but nothing hits collision!
it happens when I do noting.
it happens when I am actively moving…
Every time.
Of course I think it’s about Collision (only one Script is pushing GameOver Screen)
But script seems to be correct
private void OnTriggerEnter2D(Collider2D collision){
SceneManager.LoadScene(sceneName: “Success”);
}
and properly attached to the Object. “is trigger” chosen.
help
Thank you for helping