- Home /
Question by
Myka · Jan 10, 2012 at 03:54 AM ·
What deos this mean ? need help with errors....
What does this mean, i need help as quick as possible please.... :-\ THANKS :-)
Assets/Standard Assets/Scripts/UnderwaterEffects.js(16,20): BCE0018: The name 'BlurEffect' does not denote a valid type ('not found').
Comment
post the script in which you are getting the error ..........
Answer by Tasarran · Jan 10, 2012 at 05:21 AM
It means you are declaring a variable which is of type "BlurEffect", and here is no such type.
Your answer
Follow this Question
Related Questions
Multiple Cars not working 1 Answer
A node in a childnode? 1 Answer
Wall Issue 1 Answer
What parsing errors do i have 1 Answer
Why does unity 3d delete my stuff when i open a new project? 1 Answer