Minor update
- 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.