[CHORE] Release/1.0.0 sin fixes (#70)

* Ignoring Visual Studio csproj and sln files

* Upgrading to Unity 2019.1.9f1

* Removing unused packages
This commit is contained in:
Sindharta Tanuwijaya 2019-07-13 11:53:10 +09:00 коммит произвёл Kazuki Matsumoto
Родитель 46bb357940
Коммит 4ac10bd361
4 изменённых файлов: 8 добавлений и 10 удалений

6
.gitignore поставляемый
Просмотреть файл

@ -32,8 +32,10 @@ bld/
# Visual Studio 2015/2017 cache/options directory
.vs/
# Uncomment if you have tasks that create the project's static files in wwwroot
#wwwroot/
# Autogenerated VS solution and project files
*.csproj
*.sln
# Visual Studio 2017 auto generated files
Generated\ Files/

Просмотреть файл

@ -1,16 +1,11 @@
{
"dependencies": {
"com.unity.ads": "2.0.8",
"com.unity.analytics": "3.2.2",
"com.unity.code-analysis": "0.0.1-preview.3",
"com.unity.collab-proxy": "1.2.15",
"com.unity.package-manager-doctools": "1.1.0-preview.1",
"com.unity.package-manager-ui": "2.1.2",
"com.unity.purchasing": "2.0.1",
"com.unity.render-pipelines.high-definition": "5.7.2-preview",
"com.unity.textmeshpro": "1.3.0",
"com.unity.textmeshpro": "2.0.1",
"com.unity.webrtc": "0.1.0-preview",
"com.unity.xr.legacyinputhelpers": "1.0.0",
"com.unity.modules.ai": "1.0.0",
"com.unity.modules.animation": "1.0.0",
"com.unity.modules.assetbundle": "1.0.0",

Просмотреть файл

@ -79,6 +79,7 @@ PlayerSettings:
usePlayerLog: 1
bakeCollisionMeshes: 0
forceSingleInstance: 0
useFlipModelSwapchain: 1
resizableWindow: 0
useMacAppStoreValidation: 0
macAppStoreCategory: public.app-category.games

Просмотреть файл

@ -1,2 +1,2 @@
m_EditorVersion: 2019.1.0f2
m_EditorVersionWithRevision: 2019.1.0f2 (292b93d75a2c)
m_EditorVersion: 2019.1.9f1
m_EditorVersionWithRevision: 2019.1.9f1 (d5f1b37da199)