Horje
show private fields in inspecotr unity Code Example
show private fields in inspecotr unity
// You Can as well do this with "ScrpitableObject"s
public class MyClass : MonoBehaviour { 
	// Make sure that your field type is actually displayable on the inspector
	[SerializeField] var myPrivateField  
{




Csharp

Related
how to load the active scene unity Code Example how to load the active scene unity Code Example
unity mouse lock Code Example unity mouse lock Code Example
unity float from another script Code Example unity float from another script Code Example
how ot make a variable public without showing in the inspector Code Example how ot make a variable public without showing in the inspector Code Example
c# random float between two numbers Code Example c# random float between two numbers Code Example

Type:
Code Example
Category:
Coding
Sub Category:
Code Example
Uploaded by:
Admin
Views:
13