I am doing my Unity Creative Pathway(Audio) and I need to make some Events function names for Run and Jump. What should I do?
I am not familiar with this course, but…
public void Run()
{
// your logic
}
public void Jump()
{
// your logic
}
You can also provide more context to get qualified support.