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
- [Linux] The mouse wheel input is inverted when scrolling in the Build
- TMP Input Field is moving Text and Caret UI positions for each new line when 'Auto Size' and 'Multi Line Newline' are used
- OnTriggerExit2D events are not triggered when disabling Collider, despite "Callbacks On Disable" being enabled
- [Android] [Vulkan] UI that is activated after a delay flickers when a Scriptable Render Pass goes over it
- [Linux] Characters are converted to Latin letters when using IME on Linux
Add comment