Hello
I have a script that plays audio using
new WWW("file://"+Path);
It is working when i hit play inside Editor.
And I also have a object that if a player is nearby will pull player to him and move him using.
player.GetComponent().Move(direction * Time.deltaTime);
This also is working perfectly fine when in Editor.
But as soon as I Build this project they both stop working. I really need help.. This is my first project.
↧