Method FindByName
- Namespace
- GrindFest.GameMaster.Helpers
- Assembly
- GrindFest.dll
FindByName(string)
Finds a character GameObject in the scene by name (case-insensitive partial match). Searches active GameObjects only.
public static GameObject FindByName(string characterName)
Parameters
characterNamestringName or partial name to search for
Returns
- GameObject
GameObject if found, null otherwise