Skip to content

Commit 18cc77f

Browse files
committed
Merge branch 'master' into 4.22
2 parents 4826556 + 6175294 commit 18cc77f

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

CHANGELOG.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
CHANGELOG: Prefabricator
22
========================
3+
Version 1.2.1-hf1
4+
-----------------
5+
* Fix: Added null pointer checks while serializing / deserializing prefabs to avoid crash issues with stale uobjects
6+
37
Version 1.2.0
48
-------------
59
* New: Prefabs now store soft refernces to assets and the references can be viewed from the reference viewer. This keeps the prefab from breaking when the assets are moved around

Prefabricator.uplugin

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"FileVersion" : 3,
33
"FriendlyName" : "Prefabricator",
4-
"Version" : 9,
5-
"VersionName" : "1.2.0",
4+
"Version" : 10,
5+
"VersionName" : "1.2.1-hf1",
66
"CreatedBy" : "Code Respawn",
77
"CreatedByURL" : "http://prefabricator.io",
88
"DocsURL": "http://docs.prefabricator.io",

0 commit comments

Comments
 (0)