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: