Search Issue Tracker
Fixed
Fixed in 3.3.2, 3.4.0
Votes
0
Found in
3.3.1
3.4.0-pre.2
Issue ID
UUM-132173
Regression
No
Console Warning -- KeyboardIconAtlas sprite Input Outline goes beyond the boundary of the Sprite rect.
Synopsis
Opening the XRI Examples project from public Github (repo: git@github.cds.internal.unity3d.com:unity/com.unity.xr.interaction.toolkit.examples.git, commit: d0e6c7c) using Unity 6000.3.2f1 gives this Console warning:
Input Outline goes beyond the boundary of the Sprite rect. Please check Custom Outlines
Clicking on the Console warning highlights the following sprite in Project view.
Assets/Samples/XR Interaction Toolkit/3.3.1/Spatial Keyboard/Sprites/KeyboardIconAtlas.png
Steps to reproduce:
- In a terminal window: git clone git@github.cds.internal.unity3d.com:unity/com.unity.xr.interaction.toolkit.examples.git
- Open the resulting project using Unity 6000.3.2f1.
- Note the Console warning regarding Input Outline.
- Ignore FBX warnings; known issues.
Actual results:
Console Warning: Input Outline goes beyond the boundary of the Sprite rect. Please check Custom Outlines
Regarding Asset:
Expected results:
No Console warnings other than FBX.
Assets/Samples/XR Interaction Toolkit/3.3.1/Spatial Keyboard/Sprites/KeyboardIconAtlas.png
Reproducible with versions:
Unity 6000.3.2f1 + XRI 3.3.1
Notes:
- I flagged this as a non-regression merely because I have not gone back and tested earlier versions of this example project on external Github.
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
- Sprite Editor Outline Tool Overlay is not displayed when no Sprite is selected
- “No method with RuntimeInitializeOnLoadMethod attribute” warning from ReadmeEditor.cs is thrown after installing Project Auditor Rules
- Projection matrix is altered when using RasterCommandBuffer.ClearRenderTarget on DX12 and Metal
- Entities Hierarchy window allows Cyclic nesting and throws an “ArgumentException: Cyclic nesting detected” error when dragging a Prefab onto the same Prefab in the Entities Hierarchy
- EnterPlayModeOptions doesn't take effect if user manually modifies m_EnterPlayModeOptionsEnabled to 0
Resolution Note:
Fixed warnings generated by the Spatial Keyboard sample package when importing the `KeyboardIconAtlas` asset.
Resolution Note (fix version 3.3.2):
In XRI 3.3.2, the Spatial Keyboard sprite atlas has been updated to include custom outlines in order to suppress an Editor warning during import.
Resolution Note (fix version 3.4.0):
Fixed warnings generated by the Spatial Keyboard sample package when importing the `KeyboardIconAtlas` asset.