emymin / EmyChess

Udon Chess Prefab for VRChat
GNU General Public License v3.0
26 stars 5 forks source link

Fix Compatibility with SDK 3.4.0 #11

Closed BluWizard10 closed 1 year ago

BluWizard10 commented 1 year ago

UdonSharp is now integrated with Worlds SDK 3.4.0, so the dependency has been removed from the package.json. This also fixes an issue where Unity will refuse to open the Project thinking UdonSharp is missing, even though it's already integrated in the Worlds SDK.

For reference, UdonSharp is now located under ./Packages/com.vrchat.worlds/Integrations/UdonSharp

In addition, localPath was removed due to a bug in the Creator Companion where it will be refused to be resolved.