- Home /
BCE0018 error
var pictureDisplay :Display[] = new Display[3];
i want to use this code in js but it give me this error BCE0018: The name 'Display' does not denote a valid type ('not found').
what am i doing wrong?
Comment
Answer by aldonaletto · Dec 23, 2011 at 05:32 AM
Display isn't an Unity type, thus it should be declared somewhere. If you're copying this code from some source, look for the Display type declaration.
Your answer
Follow this Question
Related Questions
Give help to fix this error 3 Answers
I can rotate but not move or I can move but not rotate, console messages. 0 Answers
Error BCE0018: The name 'World' does not denote a valid type ('not found'). 1 Answer
Help on island tutorial!! please 1 Answer
BCE0018: 'MovieTexture' does not denote a valid type ('not found'). 1 Answer