Skip to content

Commit

Permalink
Upgrade project to Unity 2021.3
Browse files Browse the repository at this point in the history
  • Loading branch information
ZephyrL committed Feb 2, 2024
1 parent 0c53cda commit 08040a7
Show file tree
Hide file tree
Showing 14 changed files with 1,275 additions and 11 deletions.
6 changes: 6 additions & 0 deletions .vsconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"version": "1.0",
"components": [
"Microsoft.VisualStudio.Workload.ManagedGame"
]
}
2 changes: 1 addition & 1 deletion Assets/Example/Scripts/VFXSDFSetup.cs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
using System.Data;
using SDFr;
using UnityEngine;
using UnityEngine.Experimental.VFX;
using UnityEngine.VFX;
using UnityEngine.Rendering;

[ExecuteInEditMode]
Expand Down
Binary file not shown.
22 changes: 14 additions & 8 deletions Packages/manifest.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,21 @@
{
"registry": "https://staging-packages.unity.com",
"dependencies": {
"com.unity.burst": "1.0.0-preview.8",
"com.unity.mathematics": "1.0.0-preview.1",
"com.unity.multiplayer-hlapi": "1.0.2",
"com.unity.package-manager-ui": "2.1.2",
"com.unity.render-pipelines.core": "5.7.2",
"com.unity.timeline": "1.0.0",
"com.unity.visualeffectgraph": "5.16.1-preview",
"com.unity.xr.legacyinputhelpers": "2.0.2",
"com.unity.2d.sprite": "1.0.0",
"com.unity.2d.tilemap": "1.0.0",
"com.unity.burst": "1.6.6",
"com.unity.ide.rider": "3.0.24",
"com.unity.ide.visualstudio": "2.0.18",
"com.unity.ide.vscode": "1.2.5",
"com.unity.mathematics": "1.2.6",
"com.unity.render-pipelines.core": "12.1.12",
"com.unity.test-framework": "1.1.33",
"com.unity.timeline": "1.6.5",
"com.unity.ugui": "1.0.0",
"com.unity.visualeffectgraph": "12.1.12",
"com.unity.xr.legacyinputhelpers": "2.1.10",
"com.unity.modules.ai": "1.0.0",
"com.unity.modules.androidjni": "1.0.0",
"com.unity.modules.animation": "1.0.0",
"com.unity.modules.assetbundle": "1.0.0",
"com.unity.modules.audio": "1.0.0",
Expand Down
Loading

0 comments on commit 08040a7

Please sign in to comment.