- Home /
`DecalMode' could not be found
Hello I downloaded the following package which is the FPS kit:
http://forum.unity3d.com/threads/52651-CoD-Modern-Warfare-style-gun-script
but unfortunately while other had luck running it I haven't been able to. because after importing it even to a clean project I receive the following error: Assets/Standard Assets/Decal System/Decal.cs(72,16): error CS0246: The type or namespace name `DecalMode' could not be found. Are you missing a using directive or an assembly reference?
I know this question perhaps was asked before but the thread was closed without technically being solved. I wonder if anyone found an actual solution to this
Are you sure that the Decal scripts is in your project?
yes it is, i found it in the DecalSystem folder in standard assets. this is the same decal script that is used in bootcamp demo but there, I have no problem.
Answer by raminsh · Mar 24, 2012 at 10:03 PM
Found the Solution. apparently teh package is missing the following: decalmode.cs decalpolygon.cs I got it from the boot camp and voila
Your answer
Follow this Question
Related Questions
Item-Weapon Class 2 Answers
How to make a shop system? 6 Answers
Making a sorted weapon system 0 Answers
weapon personalisation *like* for honor 1 Answer
Listen to changes on attached by serializefield script? 1 Answer