Search Issue Tracker
Fixed
Votes
0
Found in [Package]
1.4.13
Issue ID
UVSB-997
Regression
Yes
Failed to get assembly resource stream warnings on import
After dragging and dropping the Bolt 1.4.13 RC package into Unity I get a spew of 8 warning messages all with the below error. They come back every time you enter play mode.
{code:java}
Failed to get assembly resource stream:
Ludiq.Resources.Icons.Windows.SidebarAnchorLeft.png
UnityEngine.Debug:LogWarning(Object)
Ludiq.AssemblyResourceProvider:LoadTexture(String, CreateTextureOptions) (at Assets/Ludiq/Ludiq.Core/Editor/ResourceProviders/AssemblyResourceProvider.cs:193)
Ludiq.EditorTexture:Load(IResourceProvider, String, CreateTextureOptions, Boolean) (at Assets/Ludiq/Ludiq.Core/Editor/Interface/EditorTexture.cs:221)
Ludiq.EditorTexture:Load(IEnumerable`1, String, CreateTextureOptions, Boolean) (at Assets/Ludiq/Ludiq.Core/Editor/Interface/EditorTexture.cs:154)
Ludiq.PluginResources:LoadTexture(String, CreateTextureOptions, Boolean) (at Assets/Ludiq/Ludiq.Core/Editor/Plugins/PluginResources.cs:119)
Ludiq.Icons:Load() (at Assets/Ludiq/Ludiq.Core/Editor/Plugin/LudiqCoreResources.cs:83)
Ludiq.LudiqCoreResources:Initialize() (at Assets/Ludiq/Ludiq.Core/Editor/Plugin/LudiqCoreResources.cs:15)
Ludiq.PluginContainer:Initialize() (at Assets/Ludiq/Ludiq.Core/Editor/Plugins/PluginContainer.cs:198)
UnityEditor.EditorApplication:Internal_CallDelayFunctions()
{code}
!screenshot-1.png|thumbnail!
Steps to reproduce
1. Open unity 2020.1.4f1
2. Drag and drop the[ Bolt 1.4.13 RC|https://drive.google.com/file/d/1yTtniNBT6XGrYwoi0QQBtJCOJyBkR6o1/view?usp=sharing] package into the project
3. Click import
Notice issue >> Warning messages spewed to the log.
Expected: No errors or warnings.
Tested broken: 2019.4.9f1, 2020.1.4f1, Bolt 1.4.13RC, Windows
Tested working: 2018.4.28f1, bolt 1.4.13RC, Windows
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- "Process VFXCamera Command" column is displayed in the "Render Graph Viewer" when there are no VFX in the Scene
- [Performance] Vulkan performing much worse than OpenGLES due to excessive buffer copies on Quest 2/3
- An error 'AssertionException: Assertion failure. Value was False' is displayed in the Console when maximizing or unmaximizing the UI Builder
- Asset Database warning is being logged continuously when creating a script in an embedded package
- Build process only shows Initializing when building for Android
Add comment