Upgrade from V2
Last updated
Was this helpful?
Last updated
Was this helpful?
Delete following folders
Assets/Plugins/VoxelBusters/EssentialKit and Assets/Plugins/VoxelBusters/CoreLibrary
Assets/Plugins/Android/com.voxelbusters.essentialkit (.androidlib)
Assets/ExternalDependencyManager
Import latest V3 from Package Manager
In Packages/manifest.json add Newtonsoft dependency (if not existing) - Any version higher than 2.0.0 will also work.
"com.unity.nuget.newtonsoft-json": "2.0.0"
Fix compilation errors (if any).
All obsolete methods are documented with required info.
If you need any help, please contact our .
Run Assets -> External Dependency Manager -> Android -> Force Resolve from "top menu bar"
[Game Services] If you are using LocalPlayer.Id to identify your account, make sure you handle it carefully as it returns gameScopeId instead of old Id(teamScopeId ≥ 2.7.3, legacyId < 2.7.3).
If you want to still use old id, please use legacyId or teamScopeId as per the version you are from.