Upgraded to 2018.2.0f1

This commit is contained in:
Robert Cupisz 2018-07-09 20:35:09 +02:00
parent 11cd972522
commit c6f7716088
4 changed files with 47 additions and 2 deletions

39
Packages/manifest.json Normal file
View File

@ -0,0 +1,39 @@
{
"dependencies": {
"com.unity.ads": "2.0.8",
"com.unity.analytics": "2.0.16",
"com.unity.package-manager-ui": "1.9.11",
"com.unity.purchasing": "2.0.3",
"com.unity.textmeshpro": "1.2.1",
"com.unity.modules.ai": "1.0.0",
"com.unity.modules.animation": "1.0.0",
"com.unity.modules.assetbundle": "1.0.0",
"com.unity.modules.audio": "1.0.0",
"com.unity.modules.cloth": "1.0.0",
"com.unity.modules.director": "1.0.0",
"com.unity.modules.imageconversion": "1.0.0",
"com.unity.modules.imgui": "1.0.0",
"com.unity.modules.jsonserialize": "1.0.0",
"com.unity.modules.particlesystem": "1.0.0",
"com.unity.modules.physics": "1.0.0",
"com.unity.modules.physics2d": "1.0.0",
"com.unity.modules.screencapture": "1.0.0",
"com.unity.modules.terrain": "1.0.0",
"com.unity.modules.terrainphysics": "1.0.0",
"com.unity.modules.tilemap": "1.0.0",
"com.unity.modules.ui": "1.0.0",
"com.unity.modules.uielements": "1.0.0",
"com.unity.modules.umbra": "1.0.0",
"com.unity.modules.unityanalytics": "1.0.0",
"com.unity.modules.unitywebrequest": "1.0.0",
"com.unity.modules.unitywebrequestassetbundle": "1.0.0",
"com.unity.modules.unitywebrequestaudio": "1.0.0",
"com.unity.modules.unitywebrequesttexture": "1.0.0",
"com.unity.modules.unitywebrequestwww": "1.0.0",
"com.unity.modules.vehicles": "1.0.0",
"com.unity.modules.video": "1.0.0",
"com.unity.modules.vr": "1.0.0",
"com.unity.modules.wind": "1.0.0",
"com.unity.modules.xr": "1.0.0"
}
}

View File

@ -0,0 +1,6 @@
%YAML 1.1
%TAG !u! tag:unity3d.com,2011:
--- !u!1386491679 &1
PresetManager:
m_ObjectHideFlags: 0
m_DefaultList: []

View File

@ -1 +1 @@
m_EditorVersion: 2017.1.2f1 m_EditorVersion: 2018.2.0f1

View File

@ -22,7 +22,7 @@ Transparent spheres and a point light.
System requirements System requirements
------------------- -------------------
- Compute shaders. Tested on dx11, dx12 and osx with metal. Might work on other platforms with compute shaders too. - Compute shaders. Tested on dx11, dx12 and osx with metal. Might work on other platforms with compute shaders too.
- Tested in Unity 5.6 to Unity 2017.1.2. Please let me know in case of trouble in a newer version. - Tested in Unity 5.6 to Unity 2018.2.0f1. Please let me know in case of trouble in a newer version.
Usage notes Usage notes
----------- -----------