jinfeng
jinfeng
初始化Swpier时,如果images长度为0,当网络请求回来时刷新时,images长度>0,此时就会出现快速滑动现象。 这个问题出现的原因是pageController的初始化`initialPage=kMiddleValue`一个很大的数,,但此时的itemCount=0。 解决: 在 **transformer_page_view.dart** 文件下 ```dart static int _getRealIndexFromRenderIndex( int index, bool loop, int itemCount, bool reverse) { int result = reverse ? (itemCount - index - 1) :...
**Describe the bug** I found a problem, the same glb, previewed in edit mode, and dragged into the scene, the model behaves normally, but the dynamically loaded glb behaves abnormally....
### Fix: Prevent disposal of sourceImpl when multiple receivers are connected #### Problem When using `Broadcast` mode with multiple WebRTC receivers connected, refreshing one of the receiver pages can trigger...
### Package version 3.0.0-pre.8 ### Environment ```markdown * OS:windows 10 * Unity version:2021.3.33f1 ``` ### Steps To Reproduce I have a python server that uses the `aiortc` plugin to push...