亚洲国产日韩欧美一区二区三区,精品亚洲国产成人av在线,国产99视频精品免视看7,99国产精品久久久久久久成人热,欧美日韩亚洲国产综合乱

How to upload Unity3D project to github?
世界只因有你
世界只因有你 2017-05-02 09:46:04
0
1
813

I am learning Unity3D game development recently. After I created a new project, I downloaded several resources from the assets store. I dragged the prefab to my own scene and used it in the project. Then I found that the scene was deleted from the resources originally downloaded from the assets store. The prefab used inside does not have material. If I want to upload it to github for backup without deleting it, the project file can be about 300MB. I saw that a png picture is about 10MB.

github這么大的文件每次都不能上傳成功,各位大神是怎么搞的,能給個建議不?
世界只因有你
世界只因有你

reply all(1)
Ty80

Build one yourself or buy one for a fee!

Github is limited to 1G. A single file cannot exceed 100M. If there is a file of 50M, a warning will be issued.

So when uploading code, remember to remove some large tag files, such as SourceInsight project files

ctags etc

You can use the following command to find files over 100M

find ./ -type f -size +102400k

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template