Skip to content

Commit e00392b

Browse files
authored
Merge pull request #382 from Unity-Technologies/UNI-44737-sprint55-release
UNI-44737 sprint 55 release
2 parents 934437f + 37b63ca commit e00392b

File tree

2 files changed

+19
-1
lines changed

2 files changed

+19
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ endif()
2323
message(STATUS "Building for ${CMAKE_BUILD_TYPE}")
2424

2525
if (NOT DEFINED PACKAGE_VERSION OR "${PACKAGE_VERSION}" STREQUAL "")
26-
set(PACKAGE_VERSION "1.3.0f1")
26+
set(PACKAGE_VERSION "sprint55")
2727
endif()
2828
message(STATUS "Using Package Version: ${PACKAGE_VERSION}")
2929

RELEASE_NOTES.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,23 @@
11
RELEASE NOTES
22

3+
**Version**: sprint55
4+
5+
NEW FEATURES
6+
7+
* ConvertToPrefab: Add ability to convert an fbx or prefab asset from the Project view
8+
9+
Right click on an fbx in the project view then select Convert to Linked Prefab to create
10+
a linked prefab asset for the fbx. It will not create an instance in the scene.
11+
12+
Right click on a prefab in the project view and select Convert to Linked Prefab to export the prefab to an fbx file
13+
and link the existing prefab to the newly created fbx.
14+
15+
KNOWN ISSUES
16+
17+
* ConvertToPrefab: UI doesn't provide feedback about whether it will be converting an existing file or creating new files.
18+
When converting an existing FBX file, the fbx filename and fbx export options are ignored (but not greyed out).
19+
When converting an existing prefab, the prefab filename is ignored (but not greyed out)
20+
321
**Version**: 1.3.0f1
422

523
NEW FEATURES

0 commit comments

Comments
 (0)