Search Issue Tracker
By Design
Votes
0
Found in
6000.3.0a4
Issue ID
UUM-113378
Regression
No
Using underscores symbols for Package Name during Creation can lead to duplicate Assembly names
Steps to reproduce:
- Create a package named "Test"
- Create a second package named "t_est"
- Observe the Console window
Actual results: "Assembly with name '[used_package_name]' already exists" errors are thrown in the Console
Expected results: Data validation rules during Package creation prevent the usage of names that can lead to duplicate assemblies.
Reproducible with versions: 6000.3.0a4
Can’t test with versions: 6000.3.0a2 or earlier (Feature was introduced in 6000.3.0a3)
Tested on (OS): macOS 15.5, Ubuntu 24
Notes:
- If the package name is changed after encountering the issue, the errors remain
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
- [Vulkan] Crash on with multiple stack traces when rendering large Terrain with specific hardware
- Crash on SkinnedMeshRendererManager when interacting with a prefab generated with uncombined meshes using Synty Sidekick Character Creator
- Crash on folly::detail::safe_assert_terminate_v when updating the Meta XR SDK Packages
- The text font falls back on a different font depending on the fallback font used
- Template is opened in Isolation when opening it in Context and users Save the UI Document when prompted to do so in UI Builder
Resolution Note:
This is as designed. User will need to fix assembly names conflicts.