You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Now, the only way to render texture is DrawTexture component, which always renders the whole texture. This will lead to LOTS of draw calls and is very inefficient. The design shall be improved by both encouraging user to use atlas texture, and batching drawcalls as much as possible in the backend. There should possibly be some major rework in both editor and backend.
The text was updated successfully, but these errors were encountered:
Now, the only way to render texture is
DrawTexture
component, which always renders the whole texture. This will lead to LOTS of draw calls and is very inefficient. The design shall be improved by both encouraging user to use atlas texture, and batching drawcalls as much as possible in the backend. There should possibly be some major rework in both editor and backend.The text was updated successfully, but these errors were encountered: