⚾Fetch System
Here, you will learn how to use the fetch system.
Fetch System
Animation
Editor Tools (Only works on runtime)
public UniversalAIAnimalSystem MyPet;
public UniversalAIItem MyItem;
public void Start()
{
MyPet.GetComponent<UniversalAIFetchSystem>().Fetch(MyItem);
}public UniversalAIAnimalSystem MyPet;
public void Start()
{
MyPet.GetComponent<UniversalAIFetchSystem>().FetchNearestItem();
}
Last updated
Was this helpful?