Skip to content
This repository was archived by the owner on Oct 20, 2021. It is now read-only.

Commit ad06477

Browse files
author
Jamie Brynes
authored
UTY-2058: Update launch config templates (#192)
1 parent cc9305b commit ad06477

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@
4343
- Reactive Components are no longer used. They have been disabled by adding the `DISABLE_REACTIVE_COMPONENTS` define symbol.
4444
- Updated to Unity version `2018.3.11`.
4545
- Updated to use the GDK for Unity version `0.2.1`.
46+
- The `default_launch.json` launch configuration now uses the `w2_r0500_e5` template instead of the `small` template which was deprecated.
4647

4748
### Internal
4849

default_launch.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"template": "small",
2+
"template": "w2_r0500_e5",
33
"world": {
44
"chunkEdgeLengthMeters": 50,
55
"snapshots": {

0 commit comments

Comments
 (0)