com.unity.uiextensions icon indicating copy to clipboard operation
com.unity.uiextensions copied to clipboard

BUG: Obsolete ScrollPositionController Causes Error in Unity 2023.2.2f1 with UI Extensions 2.3.2

Open GID0317 opened this issue 2 years ago • 1 comments

Unity UI Extensions Bug Report

com.unity.uiextensions\Editor\ScrollPositionControllerEditor.cs(10,26): error CS0619: 'ScrollPositionController' is obsolete: 'ScrollPositionController has been replaced by the Scroller component'

  • Operation System:

    • [x] Windows
  • Unity Version: 2023.2.2f1

  • Unity UI Extensions Version

    • [x] 2.3.2

Additional context

There are some breaking changes in the future Unity 2023.2.2f1 that require some of the code inside ScrollPositionControllerEditor.cs to be updated. In this case, ‘ScrollPositionController’ needs to be replaced by the ‘Scroller’ component.

GID0317 avatar Dec 03 '23 03:12 GID0317

This is expected behaviour in the recent 2.3.2 update, mainly to denote changes made in 2023. They are just advisory atm to help developers migrate if they want to. But are not mandatory. The current 2.3.2 release was tested with 2023.2.1f1. Hope that helps.

SimonDarksideJ avatar Jan 03 '24 19:01 SimonDarksideJ