I am tryin’ to make a new java script to deactivate a car but it won’t let me! It says:
Script: C:\Users\USER\Desktop\Backup Car One 2\Assets\Kill The Car.js
Line: 1
Char: 1
Error: Invalid Character
Code: 800A03F6
Source: Microsoft JScript compilation error
Am I doing some thing wrong? Is unity stuffing up? Or is it a 50-50 mistake? This is the script BEFORE I try to edit it:
#pragma strict
function Start(){
}
function Update(){
}
What am I doing wrong? It’s really frustrating!