Skip to content

Commit 020daaf

Browse files
committed
Updated to 1.2.0
1 parent 8a98c1c commit 020daaf

File tree

2 files changed

+13
-2
lines changed

2 files changed

+13
-2
lines changed

CHANGELOG.txt

+11
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
CHANGELOG: Prefabricator
22
========================
3+
Version 1.2.0
4+
-------------
5+
* 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
6+
* New: Added Upgrade option in the Prefabricator Tool button's Advanced submenu. This upgrades all the existing prefabs in the project to the latest version, adding soft references
7+
* New: Project settings to control automatic updates of prefabs in the level [Contribution from @iniside]
8+
* New: Project settings to control default pivot location when new prefabs are created [Contribution from @iniside]
9+
* New: Save an existing prefab in the level as a new asset [Contribution from @iniside]
10+
* New: Unlink prefabs in the scene to turn them into normal actors
11+
* Fix: Fixed prefab collection loading issues in non-editor builds which was causing randomization to not work
12+
13+
314
Version 1.1.0
415
-------------
516
* New: Added 4.22 engine support

Prefabricator.uplugin

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

0 commit comments

Comments
 (0)