Player Setup
Player Setup
Player Input
Game Agents
Last updated
Was this helpful?
Last updated
Was this helpful?
Was this helpful?
// Check if the game agent is a player
if (someGameAgent.IsPlayer)
{
// Run code
}