We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi there, first of all thanks for making this, seems like just what I need.
However, when I was getting it set up I ran into this issue that you can replicate in the Horizontal demo scene:
private void Awake() { InitData(); _recyclableScrollRect.Initialize(this); }
I haven't been able to figure out what's causing this yet but I'll update this if I find out any more.
The text was updated successfully, but these errors were encountered:
Bug occurred in RecyclableScrollRect.cs Start Function
protected override void Start() { // remove vertical = true; horizontal = false; /// if (!Application.isPlaying) return; if (SelfInitialize) Initialize(); }
Remove vertical = true;, horizontal = false;
Sorry, something went wrong.
Hello I can confirm this bug and the provided fix by @KimYeonmu
No branches or pull requests
Hi there, first of all thanks for making this, seems like just what I need.
However, when I was getting it set up I ran into this issue that you can replicate in the Horizontal demo scene:
Screen.Recording.2021-08-03.at.9.08.37.PM.mov
I haven't been able to figure out what's causing this yet but I'll update this if I find out any more.
The text was updated successfully, but these errors were encountered: