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
The extension name problem is relatively easy to solve. The proposed solution is:
Refactor BufferAsset so that it can be serialized as CCON format. After this change, .bin extension will no longer be occupied by BufferAsset. PR: [Target 390]Serialize BufferAsset as CCON #15513
Output CCON files with extension ".bin". Whenever asset system downloading a file with .bin extension, that file is recognized and parsed as CCON files:
CCON can not be merged like existing JSON merge mech.
CCON splits a resource into two parts on some platforms.
CCON requires a not well-known extension
.cconb
or.ccon
and it's forbidden on many platforms.The text was updated successfully, but these errors were encountered: