Restu Syibul Huda

Results 10 comments of Restu Syibul Huda

I done everything, still not working. But then I try to update to latest External Dependency from Google then it works now.

everything above is not working, but then I update External Dependency to newest version, then it works.

@JPerryOddGames Hello, have you solved the issue yet? I also have same problem but using Unity 2021.3.16 with latest addresssables. I believe the problem was ProvideHandle m_ProviderInterface in PlayAssetDeliveryAssetBundleProvider replaced...

@JPerryOddGames After I make async, the dependencies will wait for download to be completed. So there is no invalid handle any more because overwritten the m_ProviderInterface. Here is my modified...

Same problem, but there is a workaround. See this https://forum.unity.com/threads/pad-unity-2021-3-not-created-src-main-assets-automatically-for-custom-asset-bundle.1389945/

I'm not sure about the error. I'm just wondering what make you use Fast Follow rather than OnDemand? Maybe you coukd try make async like this https://github.com/Unity-Technologies/Addressables-Sample/issues/66#issuecomment-1408090035

@skambaman you're right. now it's really smooth. In case someone confuse what to comment. ![image](https://github.com/DenchiSoft/UnityAspectRatioController/assets/44837900/49e6046c-8440-4d8b-99b1-ed3d09ad41b3)

Based on this https://github.com/Ryochan7/DS4Windows/issues/2421#issuecomment-1189358154, you need update firmware from official sony on Windows https://controller.dl.playstation.net/controller/lang/en/fwupdater.html

@wparad Hi, have you found the real source?

~~Javascript doesn't support `render();` ?~~ edit: I use VITE and doesn't need render. Here is working code. main.js ```javascript import CalHeatmap from 'cal-heatmap'; import 'cal-heatmap/cal-heatmap.css'; import Legend from 'cal-heatmap/plugins/Legend' import...