When I Place Demo.cs in Standard Assets Folder I am Getting this error
Assets/Standard Assets/Demo.cs(130,17): error CS0246: The type or namespace name `UILabel' could not be found. Are you missing a using directive or an assembly reference?
and when I place Demo.cs Assets Folder above error get solved
but i cant call any method of Demo.cs from my another Demo1.js
Gives error
Assets/Scripts/Demo1.js(81,20): BCE0018: The name 'Demo' does not denote a valid type ('not found').
any solution ?