mirror of
https://github.com/maxartz15/VolumetricLighting.git
synced 2024-11-09 16:52:57 +01:00
Upgraded to 2018.2.0f1
This commit is contained in:
parent
11cd972522
commit
c6f7716088
39
Packages/manifest.json
Normal file
39
Packages/manifest.json
Normal 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"
|
||||||
|
}
|
||||||
|
}
|
6
ProjectSettings/PresetManager.asset
Normal file
6
ProjectSettings/PresetManager.asset
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
%YAML 1.1
|
||||||
|
%TAG !u! tag:unity3d.com,2011:
|
||||||
|
--- !u!1386491679 &1
|
||||||
|
PresetManager:
|
||||||
|
m_ObjectHideFlags: 0
|
||||||
|
m_DefaultList: []
|
@ -1 +1 @@
|
|||||||
m_EditorVersion: 2017.1.2f1
|
m_EditorVersion: 2018.2.0f1
|
||||||
|
@ -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
|
||||||
-----------
|
-----------
|
||||||
|
Loading…
Reference in New Issue
Block a user