Unity init

This commit is contained in:
Sollace 2018-11-21 16:45:46 +02:00
parent a3ad2f8e7e
commit e3d5b6b123
2 changed files with 20 additions and 0 deletions

6
.gitignore vendored
View file

@ -211,4 +211,10 @@ GeneratedArtifacts/
_Pvt_Extensions/
ModelManifest.xml
# Unity
Temp
Library
ProjectSettings
*.meta
/toolkit

14
fie.sln Normal file
View 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