First off what in the world is an inconsistent accessibility error? Secondly how do I fix it? I've gotten about 10 from converting many scripts from JS to C#. For example here is one of them.
*Assets/First-Third Person Framework/Scripts/Graphics/CullLayers.cs(11,28): error CS0052: Inconsistent accessibility: field type `CullLayer[]' is less accessible than field `CullLayers.layers'*
Thanks for the help.
↧