error BCE00005: Unknown identifier: 'Perlin'

Hi!
I have a small problem with using a script in my own project:

When I try to use CrumpleMesh.js from the “Procedural”-Project
in my own Project (based on “FPS-Tutorial”)
the Compiler sends an error message:

“error BCE00005: Unknown identifier: ‘Perlin’”.

trying to define the variable noise by typing:
private var noise = Perlin;
… doesn’t work either.

In the “Procedural”-Project it works fine.
Why does unity not recognise the identifier ‘Perlin’ in the “FPS-Tutorial”-
Project? Is something in the Library missing? Can it be fixed?:roll:

Many thanks for helping me!

Jens

you need to import the perlin noise script (i think its ‘Noise.cs’) into your project as the crumple script uses it ; )

EDIT: Perlin.cs - its in the procedural project under plugins.

!!! I have overlooked the script “Perlin” inside the folder “plugins”!
:sweat_smile:

thanks for helping me so quikly!
Jens

Hey Jens

http://www.unifycommunity.com/wiki/index.php?title=Perlin_Noise

Grab this bundle, its highly useful. Note the Perlin.cs has to always be in the plugins folder…
AC

…in the meantime it’s running!

It’s my first topic in the unity-forums, and I am really impressed
about the quick and competent replies!
:slight_smile:
Thanks a lot! Jens

It is a very helpful community for sure. Best one I have ever seen personally. Ask and chances are it will be answered. :wink:

-Jeremy