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
In our client-side project, we have a requirement for hot-reloading model files. However, C files cannot be hot-reloaded; they must be cross-compiled into dynamic or static libraries and released with the version. We have ways to hot-reload C# or Lua. We hope that the tool can not only output C files but also have the option to output C# or Lua.
The text was updated successfully, but these errors were encountered:
In our client-side project, we have a requirement for hot-reloading model files. However, C files cannot be hot-reloaded; they must be cross-compiled into dynamic or static libraries and released with the version. We have ways to hot-reload C# or Lua. We hope that the tool can not only output C files but also have the option to output C# or Lua.
The text was updated successfully, but these errors were encountered: