We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 62f83d3 commit 5c08a0cCopy full SHA for 5c08a0c
CHANGELOG.txt
@@ -1,5 +1,9 @@
1
CHANGELOG: Prefabricator
2
========================
3
+Version 1.5.1
4
+-------------
5
+* Fix: Improved caching of prefabs
6
+
7
Version 1.5.0
8
-------------
9
* New: Prefab serialization is more robust and should properly save all the properties, including the private C++ non-exposed properties
Prefabricator.uplugin
@@ -1,8 +1,8 @@
{
"FileVersion" : 3,
"FriendlyName" : "Prefabricator",
- "Version" : 18,
- "VersionName" : "1.5.0",
+ "Version" : 19,
+ "VersionName" : "1.5.1",
"CreatedBy" : "Code Respawn",
"CreatedByURL" : "http://prefabricator.io",
"DocsURL": "http://docs.prefabricator.io",
0 commit comments