Answer the question
In order to leave comments, you need to log in
Why doesn't Debug.Log() work?
Downloaded unity without vs, but downloaded code with plugins. I tried to make a helloworld, something does not work.
Here is the code:
using System.Collections;
using System.Collections.Generic;
using UnityEngine;
public class HelloUnity : MonoBehaviour
{
void Start()
{
Debug.Log("Hello, Unity!");
}
}
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question