Skip to content

Commit 2fca11c

Browse files
committedMar 15, 2021
Updating Futile so it works in Unity 2020
1 parent 030c45d commit 2fca11c

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

61 files changed

+1789
-485
lines changed
 

‎.gitignore

+4
Original file line numberDiff line numberDiff line change
@@ -5,17 +5,21 @@
55
[Ll]ibrary/
66
[Tt]emp/
77
[Bb]uild/
8+
[Ll]ogs/
89
*.pidb
910
*.DS_Store
1011

1112

13+
1214
# From Visual Studio
1315
[Oo]bj/
1416
*.csproj
1517
*.sln
1618
*.suo
1719
*.user
1820
*.sln.docstates
21+
.vs/
22+
1923

2024
# From ?
2125
*.unityproj

‎FutileProject/.vsconfig

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"version": "1.0",
3+
"components": [
4+
"Microsoft.VisualStudio.Workload.ManagedGame"
5+
]
6+
}

0 commit comments

Comments
 (0)
Please sign in to comment.