Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d17883a commit 89b4237Copy full SHA for 89b4237
README.md
@@ -19,6 +19,7 @@ public class Player:MonoBehaviour{
19
void Start(){
20
navMeshAgent=GetComponent<NavMeshAgent>();
21
}
22
+
23
void Update(){
24
if(Input.GetMouseButtonDown(0)){
25
RaycastHit hit;
0 commit comments