Search Issue Tracker
Fixed
Votes
0
Found in
2023.3.0a9
2023.3.0a10
Issue ID
UUM-53021
Regression
Yes
Error "FileNotFoundException" thrown when creating Tests Assembly Folder
How to reproduce:
1. Create new Unity project
2. Right-click on Project window
3. Navigate Create > Testing > Tests Assembly Folder
4. Create Tests Assembly Folder
5. Observe the Console window
Expected result: No errors, "Tests.asmdef" Import Settings file is created
Actual result: Empty folder "Tests" is created, error thrown in the Console
Reproducible with: 2023.3.0a9, 2023.3.0a10
Not reproducible with: 2023.3.0a8
Error: FileNotFoundException: Could not find file "/Applications/Unity/Hub/Editor/2023.3.0a10/Unity.app/Contents/Resources/ScriptTemplates/92-Assembly Definition-NewTestAssembly.asmdef.txt"
Reproduced on: macOS Ventura 13.6 (apple M1 Max), Rocky 8 (bokken), Windows 10
Add comment
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- "Shader warning in 'Hidden/Light2D': implicit truncation of vector type" is thrown when building Universal 2D template
- AI Assistant breaks compilation of packages using System.Runtime.CompilerServices.Unsafe via auto-referencing
- Unity Hub checks the "Documentation" module by default on the 6.4 and 6.5 streams despite that it was unchecked with the previous installs
- Shortcut that toggles between Dopesheet and Curves Views in the Animation Window's Timeline is mislabed
- Property List Items Overlap onto the Property List's top edge when scrolling through a long Property List
Resolution Note:
Fixed by another internal issue: DSTR-937: Hardcoded ScriptTemplate path is now incorrect, NewTestScript cannot be created