vrchat-community / vpm-listing-curated

https://vrchat-community.github.io/vpm-listing-curated/
2 stars 7 forks source link

Update VRWorld Toolkit to V3.0.0 #31

Closed oneVR closed 6 months ago

oneVR commented 6 months ago

Patch notes can be found here:

https://github.com/oneVR/VRWorldToolkit/releases/tag/V3.0.0

momo-the-monster commented 6 months ago

@oneVR - I get these errors when loading the package into a project which doesn't contain the VRC SDK Base, since the package no longer requires it in its manifest. I saw you added some #ifdef gating around the SDK, probably just need to add one for this file as well.

Packages\VRWorldToolkit_VCC_V3.0.0\Editor\WorldDebugger.cs(2136,21): error CS0103: The name 'sceneDescriptor' does not exist in the current context

Packages\VRWorldToolkit_VCC_V3.0.0\Editor\WorldDebugger.cs(2138,44): error CS0103: The name 'sceneDescriptor' does not exist in the current context

Packages\VRWorldToolkit_VCC_V3.0.0\Editor\WorldDebugger.cs(2145,29): error CS0103: The name 'cameraMain' does not exist in the current context

Packages\VRWorldToolkit_VCC_V3.0.0\Editor\WorldDebugger.cs(2187,26): error CS0103: The name 'sceneDescriptor' does not exist in the current context

Packages\VRWorldToolkit_VCC_V3.0.0\Editor\WorldDebugger.cs(2189,74): error CS0103: The name 'sceneDescriptor' does not exist in the current context

Packages\VRWorldToolkit_VCC_V3.0.0\Editor\WorldDebugger.cs(2191,29): error CS0103: The name 'cameraMain' does not exist in the current context

Packages\VRWorldToolkit_VCC_V3.0.0\Editor\WorldDebugger.cs(2191,43): error CS0103: The name 'cameraMain' does not exist in the current context

Packages\VRWorldToolkit_VCC_V3.0.0\Editor\WorldDebugger.cs(2193,65): error CS0103: The name 'SetReferenceCamera' does not exist in the current context

Packages\VRWorldToolkit_VCC_V3.0.0\Editor\WorldDebugger.cs(2193,84): error CS0103: The name 'sceneDescriptor' does not exist in the current context

Packages\VRWorldToolkit_VCC_V3.0.0\Editor\WorldDebugger.cs(2193,101): error CS0103: The name 'cameraMain' does not exist in the current context

Packages\VRWorldToolkit_VCC_V3.0.0\Editor\WorldDebugger.cs(2207,52): error CS0103: The name 'sceneDescriptor' does not exist in the current context

Packages\VRWorldToolkit_VCC_V3.0.0\Editor\WorldDebugger.cs(2210,173): error CS0103: The name 'sceneDescriptor' does not exist in the current context

Packages\VRWorldToolkit_VCC_V3.0.0\Editor\WorldDebugger.cs(2218,166): error CS0103: The name 'sceneDescriptor' does not exist in the current context
oneVR commented 6 months ago

@momo-the-monster seems that the case where Post Processing is imported but VRCSDK isn't was missed. I'll fix it later today.

oneVR commented 6 months ago

@momo-the-monster updated to version 3.0.1 with fixes.