You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am using your Unity asset Simple Scroll Snap in a project. Firstly, the asset is great, and thanks for making it free. In the project that I am working on, the pictures get instantiated at runtime and every time it's enabled it should check the latest number of pictures but I keep getting the error from the second time that "The RectTransform is destroyed but you are still trying to access it". I have tried moving the start function script to OnEnable but no luck. Can you please guide me on what I can do to achieve it?
Thanks in advance
The text was updated successfully, but these errors were encountered:
Hi,
I am using your Unity asset Simple Scroll Snap in a project. Firstly, the asset is great, and thanks for making it free. In the project that I am working on, the pictures get instantiated at runtime and every time it's enabled it should check the latest number of pictures but I keep getting the error from the second time that "The RectTransform is destroyed but you are still trying to access it". I have tried moving the start function script to OnEnable but no luck. Can you please guide me on what I can do to achieve it?
Thanks in advance
The text was updated successfully, but these errors were encountered: