swordsman-2018 / Swordsman.RogueLike

learn as a newbie!
0 stars 0 forks source link

C# & Unity learn #1

Closed fenglwei closed 5 years ago

fenglwei commented 5 years ago

JX需要学习并掌握unity3d引擎

hoppergee commented 5 years ago

U3d Resources

Book

Course

C# Resources

Person

Anders Hejlsberg - C# original designer and leader

Book

TDD in Unity

Others

fenglwei commented 5 years ago
hoppergee commented 5 years ago

.gitignore for unity project


# Created by https://www.gitignore.io/api/unity
# Edit at https://www.gitignore.io/?templates=unity

### Unity ###
[Ll]ibrary/
[Tt]emp/
[Oo]bj/
[Bb]uild/
[Bb]uilds/
Assets/AssetStoreTools*

# Visual Studio cache directory
.vs/

# Autogenerated VS/MD/Consulo solution and project files
ExportedObj/
.consulo/
*.csproj
*.unityproj
*.sln
*.suo
*.tmp
*.user
*.userprefs
*.pidb
*.booproj
*.svd
*.pdb
*.opendb
*.VC.db

# Unity3D generated meta files
*.pidb.meta
*.pdb.meta

# Unity3D Generated File On Crash Reports
sysinfo.txt

# Builds
*.apk
*.unitypackage

# Crashlytics generated file
Assets/StreamingAssets/crashlytics-build.properties

# End of https://www.gitignore.io/api/unity