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 513d94d commit 6f29181Copy full SHA for 6f29181
CMakeLists.txt
@@ -74,6 +74,7 @@ set(FBXSDK_PACKAGE_TARGET import_fbxsdk)
74
add_custom_target(
75
${FBXSDK_PACKAGE_TARGET}
76
COMMAND "${UNITY_EDITOR_PATH}" -projectPath "${CMAKE_SOURCE_DIR}" -importPackage ${FBXSDK_PACKAGE_PATH} -quit
77
+ COMMAND ${CMAKE_COMMAND} -E rename "${CMAKE_SOURCE_DIR}/Assets/FbxSdk" "${CMAKE_SOURCE_DIR}/Assets/FbxExporters/FbxSdk"
78
)
79
80
###########################################################################
0 commit comments