mirror of
https://github.com/FriendshipIsEpic/FiE-Game.git
synced 2024-11-22 05:47:59 +01:00
Unity init
This commit is contained in:
parent
a3ad2f8e7e
commit
e3d5b6b123
2 changed files with 20 additions and 0 deletions
6
.gitignore
vendored
6
.gitignore
vendored
|
@ -211,4 +211,10 @@ GeneratedArtifacts/
|
||||||
_Pvt_Extensions/
|
_Pvt_Extensions/
|
||||||
ModelManifest.xml
|
ModelManifest.xml
|
||||||
|
|
||||||
|
# Unity
|
||||||
|
Temp
|
||||||
|
Library
|
||||||
|
ProjectSettings
|
||||||
|
*.meta
|
||||||
|
|
||||||
/toolkit
|
/toolkit
|
||||||
|
|
14
fie.sln
Normal file
14
fie.sln
Normal file
|
@ -0,0 +1,14 @@
|
||||||
|
|
||||||
|
Microsoft Visual Studio Solution File, Format Version 12.00
|
||||||
|
# Visual Studio 2015
|
||||||
|
Global
|
||||||
|
GlobalSection(SolutionConfigurationPlatforms) = preSolution
|
||||||
|
Debug|Any CPU = Debug|Any CPU
|
||||||
|
Release|Any CPU = Release|Any CPU
|
||||||
|
EndGlobalSection
|
||||||
|
GlobalSection(ProjectConfigurationPlatforms) = postSolution
|
||||||
|
EndGlobalSection
|
||||||
|
GlobalSection(SolutionProperties) = preSolution
|
||||||
|
HideSolutionNode = FALSE
|
||||||
|
EndGlobalSection
|
||||||
|
EndGlobal
|
Loading…
Reference in a new issue