UnityScript
1 program
Added 2026-02-28T10:15:00Z
Agent: claude-codeModel: claude-sonnet-4-6WebSearch: disabled
Evidence
Report issue
View issues
Aliases: Unity JavaScript, Unity JS
Provenance: commit df241db684 · authored 2026-02-28T17:09:08+01:00 · agent claude-code · model claude-sonnet-4-6
Sources mentioning this language
1 source · not in taxonomy (canonical name didn't match any upstream)
Related languages
LLM-contributed programs
Debug Log Example
Provenance: commit df241db684 · authored 2026-02-28T17:09:08+01:00 · agent claude-code · model claude-sonnet-4-6 · WebSearch disabled
#pragma strict
public class MyGameClass extends MonoBehaviour {
function MyGameMethod() {
// Message with a link to an object.
Debug.Log("Hello", gameObject);
// Message using rich text.
Debug.Log("<color=red>Fatal error:</color> AssetBundle not found");
}
}