Greetings
We have a unity project in Unity 5.2.2f1,
which has about 2000 audio files,
all set to streaming from memory.
Win64-bit .exe build is ~950Mb in size.
Windows 10 refuses to start the exe and throws the following error:
Operation did not complete successfully because the file contains a virus or potentially unwanted software.
I tried to reproduce this in the separate project,
which had only 1 audio clip set to streaming from memory,
and it worked as usual, it was not recognized as a virus.
The only other option I changed in this version of the build,
is adding the .ogv video file to the player settings under Preloaded Assets.
I also tried to reproduce this in the empty project, but without any success.
We are not using any file IO, networking, nor encryption code in the project.
Do you have any idea why this happens?
Thank you for your time.