-
Welcome to the Unity Forums! Please take the time to read our Code of Conduct to familiarize yourself with the forum rules and how to post constructively.
A Unity ID allows you to buy and/or subscribe to Unity products and services, shop in the Asset Store and participate in the Unity community.
We would like to offer our solution on the Microsoft store with the Raytracing and Path Tracing features but there seems to be a grey area when it...
I am working on my game, and I need to speed up the enemy. I am using a nav mesh. void Update() { enemy.SetDestination(player.position); }