Answers for "How to call a function in only one of many prefab clones"

C#
0

How to call a function in only one of many prefab clones

// idk about u, but by making my variables static, it worked for me
// example:

// do this
private static GameObject player;

// and not this
private GameObject player;
Posted by: Guest on November-02-2020

Code answers related to "How to call a function in only one of many prefab clones"

C# Answers by Framework

Browse Popular Code Answers by Language