prog.cs(6,7): error CS0246: The type or namespace name `UnityEngine' could not be found. Are you missing a using directive or an assembly reference?
prog.cs(18,9): error CS0246: The type or namespace name `Transform' could not be found. Are you missing a using directive or an assembly reference?
prog.cs(19,9): error CS0246: The type or namespace name `UIWidget' could not be found. Are you missing a using directive or an assembly reference?
prog.cs(37,33): error CS0115: `TweenAlpha.OnUpdate(float, bool)' is marked as an override but no suitable method found to override
prog.cs(12,2): error CS0246: The type or namespace name `AddComponentMenu' could not be found. Are you missing a using directive or an assembly reference?
prog.cs(12,2): error CS0246: The type or namespace name `AddComponentMenuAttribute' could not be found. Are you missing a using directive or an assembly reference?
prog.cs(43,41): error CS0246: The type or namespace name `GameObject' could not be found. Are you missing a using directive or an assembly reference?
Compilation failed: 7 error(s), 0 warnings