[SDK 3.2.0-beta.1] ExtensionMethods.GetOrAddComponent was moved
complete
bd_
It appears that in SDK 3.2.0-beta.1, the ExtensionMethods.GetOrAddComponent helper was moved to the VRC.Core namespace; this can break editor extensions that might have inadvertently pulled this in by editor method completions.
Log In
StormRel
complete
HK
available in future release
_
_tau_
Merged in a post:
New beta SDK breaks play mode in unity.
Phaser_
Updated to new beta SDK and now i have this error when i press play mode in my unity project. Reverting back to old SDK solves the problem. "Packages\vrchat.blackstartx.gesture-manager\Scripts\Editor\Modules\Vrc3\DummyModes\Vrc3DummyMode.cs(28,31): error CS1061: 'GameObject' does not contain a definition for 'GetOrAddComponent' and no accessible extension method 'GetOrAddComponent' accepting a first argument of type 'GameObject' could be found (are you missing a using directive or an assembly reference?)
"
narazaka
also...
* ExpressionsMenuHierarchyEditor (Haï~)
* VRC CostumeChangeSetup (Uraki/zephyran)
* BitActionSwitch (isuzu-shiranui)
* AnimationPathEditor (Curiss VRCTools)
* KawaiiCameraSetter (mine)
* AvatarMenuCreaterForMA (also mine)
sophiа
its this issue remove the scripts or system that its for at least till there's a update
sophiа
if you add
using VRC.Core;
to the beginning of all the error scripts at least in avatar emulator it works again
A
tracked
bd_
In particular, this breaks at least:
* Lyuma's av 3.0 emulator
* GestureManager
* Modular Avatar (one of mine)
* Attach-to-me (also mine)
and probably more