Good Morning guys,
i have a problem with my
`Debug.Log(“Word”);
This not working and i have checked all my packed and extensions, idk what is the problem.
Here is my code:
using System.Collections;
using System.Collections.Generic;
using UnityEngine;
public class Collision : MonoBehaviour
{
void OnCollisionEnter2D(Collision2D other)
{
Debug.Log("Pew");
}
}
I hope anybody can help me and sorry my englisch is not so good I’m learning.
Happy coding
Florian