File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -64,11 +64,11 @@ protected Configuration CreateTestConfiguration(
6464 string ? tempProjectPath = null ) {
6565 // Create TOML string and parse it properly
6666 string sectionName = bundleName . Replace ( "." , "_" ) ;
67- string tempProjectPathLine = tempProjectPath != null ? $ "temp_project_path = \" { tempProjectPath } \" " : "" ;
67+ string tempProjectPathLine = tempProjectPath != null ? $ "temp_project_path = \" { tempProjectPath . Replace ( " \\ " , " \\ \\ " ) } \" " : "" ;
6868 string tomlContent = $@ "
6969[global]
7070unity_version = ""{ unityVersion ?? "2022.3.35f1" } ""
71- unity_editor_path = ""{ unityEditorPath ?? FindTestUnityPath ( ) } ""
71+ unity_editor_path = ""{ ( unityEditorPath ?? FindTestUnityPath ( ) ) . Replace ( " \\ " , " \\ \\ " ) } ""
7272unity_hub_path = """"
7373{ tempProjectPathLine }
7474clean_temp_project = true
You can’t perform that action at this time.
0 commit comments