- Home /
.unity3d file gets deleted automatically from FTP clients
Hi,
I followed the Space Shooter tutorial on Unity Website and created a web-player build. I uploaded the .html and .unity3d file from a FTP client to my free website. The game works fine on the site. But after a long time or a day when i check my site again the game doesn't work. I check the FTP client and the .unity3d file has been automatically deleted. The .html file is still there.
I have tried this on 3 different FTP clients and got the same result - Filezilla, WinSCP, FireFTP.
Kindly help.
Answer by tanoshimi · Oct 18, 2016 at 01:43 PM
FTP is a method of transferring files between computers. Once a file has been successfully uploaded, it is completely irrelevant what FTP client was used to get it there. You should be looking instead at the settings on your web host - do they have a limit on the size or type of files you are allowed to upload?
Do you know what type of settings is required for hosting a .unity3d file? $$anonymous$$y file size is just 3 mb so i dont think thats the problem.
As for the type of file, what type is needed from the web host for hosting a .unity3d file?
Thanks in advance.