Hello. I've been trying to export my game but I'm stuck at one point. After its done building, and I click on my folder, all that shows up is an empty folder. I'm sure that it's supposed to display the elements that make up my game and an index html, but none of that is showed. This is the error that comes up:
FileNotFoundException: Could not find file "C:\Users\antonette\Dana\How To Make A Simple Game In Unity Experiment\Temp\StagingArea\Data\Native\build.bc"
System.IO.FileStream..ctor (System.String path, System.IO.FileMode mode, System.IO.FileAccess access, System.IO.FileShare share, System.Int32 bufferSize, System.Boolean anonymous, System.IO.FileOptions options) (at :0)
System.IO.FileStream..ctor (System.String path, System.IO.FileMode mode, System.IO.FileAccess access, System.IO.FileShare share) (at :0)
(wrapper remoting-invoke-with-check)
I've been following Brackeys tutorial: https://youtu.be/7nxKAtxGSn8
Thank you in advance!
↧