You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.txt
+11
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,16 @@
1
1
CHANGELOG: Prefabricator
2
2
========================
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
0 commit comments