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

Infinite Scroll Makes GameObjects Dissapear After Editing Scrollable Container

Open SimonDarksideJ opened this issue 2 years ago • 1 comments

Issue created by Armin720s as Bitbucket Issue #​206 on 2018.01.29 23:17. The Infinite Scroll script worked at first but after I deleted a GameObject (Button) from my scrollable container and then added the Infinite Scroll script and hit play, the second I try and scroll, everything ends up disappearing! In the Hierarchy window it's showing that the container is being scrolled through and looped. Any clue on how to make all my buttons and images appear?

I also get this error in the console:

NullReferenceException: (null) UnityEditor.SerializedObject..ctor (UnityEngine.Object[] objs, UnityEngine.Object context) (at C:/buildslave/unity/build/artifacts/generated/common/editor/SerializedPropertyBindings.gen.cs:87) UnityEditor.Editor.GetSerializedObjectInternal () (at C:/buildslave/unity/build/artifacts/generated/common/editor/EditorBindings.gen.cs:193) UnityEditor.Editor.get_serializedObject () (at C:/buildslave/unity/build/artifacts/generated/common/editor/EditorBindings.gen.cs:185) UnityEditor.MaterialEditor.OnEnable () (at C:/buildslave/unity/build/Editor/Mono/Inspector/MaterialEditor.cs:1773)

SimonDarksideJ avatar Apr 25 '22 17:04 SimonDarksideJ