Skip to content

Minor update

Compare
Choose a tag to compare
@keijiro keijiro released this 10 Oct 03:25
· 54 commits to master since this release
  • Runtime server instantiation support: Previously a server component couldn't be added to a game object at runtime -- it failed to load the blit shader due to a missing reference. With this update, it's changed to use the runtime search functionality to retrieve the shader. Now you can add a server component to a game object from a script at runtime.