- Home /
How do I share my game with a friend?
Every time they try to open the game it says "The code execution cannot proceed because UnityPlayer.dll was not found."
Answer by Vega4Life · Dec 15, 2018 at 05:03 PM
You can't just hand someone the executable. You need to give them the entire build folder. This has the .exe, a couple of .dlls (one is the UnityPlayer), and the Build_Data folder.
So find the folder you made the build in, zip it up, and send it to them. Then it should be work.
Your answer
Follow this Question
Related Questions
Are bone-animation-calculations shared between instances? 1 Answer
Executing native iOS code in Unity 1 Answer
Missing Title & Description While Sharing to Facebook 1 Answer
how to link 1 var between 2 scripts ? 2 Answers
How to avoid Unity from reloading the game when completing a share function from android? 0 Answers