João Borges
João Borges
Hey everyone! In my case, I had the necessity to scroll to the end of the list. This is how I did it in `VerticalRecyclingSystem`: ```csharp public void ScrollToEnd() {...
For me, it is not working even when using the regular `NetworkTransform`. I'm on `1.0.0-pre.2`.
I just found out that using the [Boss Room Network Animator](https://github.com/Unity-Technologies/com.unity.multiplayer.samples.coop/blob/main/Assets/BossRoom/Scripts/NetworkAnimator/NetworkAnimator.cs) works (sort of). It does not actively sync as it was supposed to, but it's a start.
Does the problem still persists?
Related to #142 #145 and #148 . The #142 offers a solution to this, but requires assistance
I believe we can close this issue, as this have been merged to the main branch, doesn't it?
Are you using plain QuickSetup, with no modifications? Which version are you using, from the repository or from the Asset Store?
I'll answer your first question within the question number 2. 1- As far as I know, if we want to use region-based we need to create something above the Master...
It's pretty simple to make pull requests, you just need to fork the repository, then make a commit on your end and a pull request here. 1- If you manage...
I'm also trying to figure it out