Skip to content

Commit 273b8d2

Browse files
committed
Added note about potential script overriding during migration
1 parent 1f04830 commit 273b8d2

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

Sources/OvEditor/src/OvEditor/Core/EditorActions.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1195,7 +1195,8 @@ void OvEditor::Core::EditorActions::MigrateScripts()
11951195
"A \"Scripts/\" folder was found in your project directory.\n\n"
11961196
"Scripts are now stored inside \"Assets/\" and support subdirectories.\n\n"
11971197
"Would you like to migrate your scripts to \"Assets/Scripts/\"?\n"
1198-
"All scene files referencing these scripts will be updated automatically.",
1198+
"All scene files referencing these scripts will be updated automatically.\n\n"
1199+
"Note that any script already present in Assets/Scripts/ with the same name as a script in Scripts/ will be overridden.",
11991200
MessageBox::EMessageType::WARNING,
12001201
MessageBox::EButtonLayout::YES_NO,
12011202
true

0 commit comments

Comments
 (0)