Unity-Technologies / com.unity.uiwidgets

UIWidgets is a Unity Package which helps developers to create, debug and deploy efficient, cross-platform Apps.
https://unity.cn/uiwidgets
626 stars 78 forks source link

fix windows external texture id bug #313

Closed zhuxingwei closed 2 years ago

zhuxingwei commented 2 years ago

The external texture id in windows is not properly set, making all external texture shares the same textureId = 1. In this PR we fix this issue.