Page 1 of 1

ASETextureArrayCreator - ScrollView Bug

PostPosted: Mon Oct 29, 2018 2:08 pm
by francois85
Hello,

Ive noticed that the scroll view on the ASETextureArrayCreator is not working. If I add textures past the size of my window Im unable to scroll down to inspect/change them.

Love this Utill

Edit : I set m_scrollPos = EditorGUILayout.BeginScrollView( m_scrollPos, GUILayout.Height( Screen.height/2 ) ); as a temp fix.

Re: ASETextureArrayCreator - ScrollView Bug

PostPosted: Mon Oct 29, 2018 3:57 pm
by Amplify_Borba
Hello! Do you mean in the inspector window? It seems to be working as expected with the mouse wheel scroll:

Image

What ASE and Unity versions are you currently using?

Re: ASETextureArrayCreator - ScrollView Bug

PostPosted: Tue Oct 30, 2018 5:42 am
by francois85
The example ive attached is extreme but it illustrate the problem well. Ive added 70 texture and as you can see the side scroll end before I get to to bottom of the texture list, I cant drag it down further. Im on v 1.5.7

Re: ASETextureArrayCreator - ScrollView Bug

PostPosted: Tue Oct 30, 2018 11:46 am
by Amplify_Borba
Thank you for the screenshot, I've noticed that you're on Mac and after running some tests we've confirmed that the issue is only present on the Mac Editor.

You can expect this issue to be corrected in one of the next updates, thank you once again for reporting it!