Skip to content

Conversation

@momo-the-monster
Copy link
Collaborator

Summary

Somewhat-fixes the issue of missing VRCUrlInputFields on Video Players, and the issue of conflicting "Newtonsoft" Json packages.

Changes

  • The Worlds SDK now looks for Video Players with missing components whenever you load a Scene, and will reimport the VRC SDK DLLs if it finds anyway, which fixes the issue of the VRCUrlInputField components missing. It doesn't fix the underlying Unity Bug that makes the DLLs load incorrectly in the first place, but detects and fixes it mostly-automatically without too big an impact (adds a couple of seconds to scene loads).
  • The Base SDK now has a dependency on Unity's version of the Newtonsoft package rather than including the DLL directly. This will help it integrate with other packages that require this popular library.

@momo-the-monster momo-the-monster merged commit 384feb4 into main Jun 22, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants