nothke / unity-utils

A set of single script utils used throughout my projects

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Can't add script component "ADSR Envelope" because script class cannot be found.

joe983 opened this issue · comments

Added this package to Unity project from Git URL, then tried to add the ADSR Envelpope.cs script to an obect and was shown this message;

"Can't add script component "ADSR Envelope" because script class cannot be found."

I haven't changed the script at all - so the file name and the class name match.

Sorry if this is a noob problem.

Hey, you closed the issue, did you fix it?

I noticed that you had already answered the question in a previous issue. I'm still struggling to apply the envelope to an audio source, though that is down to my lack of csharp knowledge