Skip to content

Version Update Troubleshooting

This page lists troubles and solution that may happen when updating the VketCloudSDK.

If a trouble not listed / cannot be solved by solutions on this page happens on version updating, feel free to ask on the contact form or the Vket Cloud community Discord.

VketCloudSDK tab not showing on the top menu

After updating the VketCloudSDK, the VketCloudSDK tab may not be shown on the Unity editor's top menu as expected.

VersionUpdateTroubleshooting_10

This can be solved by manually updating the required packages' version by the following procedure:

  1. Select "Show in Explorer" through the right-click menu on the Project window, which will open the current project on the explorer.

    VersionUpdateTroubleshooting_11

  2. Move to the Packages folder containing the Manifest.json file, and open Manifest.json.

    VersionUpdateTroubleshooting_12

  3. Check if the VketCloudSDK and related packages are on the correct versions in Manifest.json. For example, package versions must be as below for SDK Ver12.3.0:

    ```

    { "dependencies": { "com.hikky.editortutorialsystem": "1.0.1", "com.hikky.vketcloudsdk": "12.3.0", "com.needle.deeplink": "1.2.1", // etc

    ```

If the Deeplink package does not exist in the project, please try a manual package import.

Also, if the EditorTutorialSystem does not exist, add the package below following the instructions of SDK Install Manager.

item value
Name EditorTutorialSystem
URL https://registry.npmjs.org
Scope(s) com.hikky.editortutorialsystem

Missing Components After Version Update

After committing a SDK version upgrade, the components created in the previous version may be shown as Missing.

VersionUpdateTroubleshooting_1

The missing components will be usable by reattaching/fixing the values on the components.
Taking a backup of the pre-updated world is strongly recommended for reattaching the components.

The components listed below may potentially be shown as missing:

  • HEO Animation
  • HEO Collider
  • HEO Cylinder Collider
  • HEO lbl Cube Map
  • HEO Info
  • HEO Mesh Collider
  • HEO Mirror
  • HEO Object Type
  • HEO Reflection Probe
  • HEO Shadow
  • HEO LOD Level
  • HEO UV Scroller

Note

When updating from Ver5.4 to Ver9.3, the HEOWorldSetting > Avatars > Avatar File settings may be missing, set the file by the procedure below on such occasion.

If the HEOWorldSetting > Avatars > Avatar File settings is empty, or has no contents, it may lead to build errors or no avatars displayed on default.

HEOWorldSetting_AvatarFileError_1

As the SDK has a default avatarfile, select this file if there is an empty entry in the list after switching the version.

HEOWorldSetting_AvatarFileError_2

Vket Cloud Settings are empty / Old settings from HEOWorldSetting and other components do not exist

On Ver12.3 and later versions, settings in HEOWorldSetting, HEOPlayer, and HEODespawnHeight have been migrated to VketCloudSettings.

Although settings in the HEO components will be automatically migrated to VketCloudSettings, rare cases may occur causing settings to be empty as below:

VersionUpdateTroubleshooting_8

This can be solved by resetting the settings values to default, by selecting the three-dot(…) button on the VketCloudSettings component, and selecting "Reset".

VersionUpdateTroubleshooting_9

Version Information Not Updated on Settings Window / HeliScript and Gimmick not working

After updating an existing project to Ver9.3, the version information on the bottom right of the settings window may remain to be the older version after build.

VersionUpdateTroubleshooting_2

This can be solved by clearing the cache by VketCloudSDK > Clear Cache.

VersionUpdateTroubleshooting_3

Note

HeliScript/gimmicks may not work due to browser cache after version switching.
If such issue happens, try clearing the browser cache.

VersionUpdateTroubleshooting_4_en

File corruption error appears after updating SDK version

If an updated / non-existing script is attached on a project with an updated SDK, the message below may show up on opening the scene:

VersionUpdateTroubleshooting_5

If this issue appears, fix it by deleting the Library and Temp folder in the project folder and reboot the project.

How to Fix

1. Close the Unity project if open.

2. Open the Unity project with SDK on the explorer.
*This can be done by right-clicking the project on Unity Hub, and select "Show in Explorer"

VersionUpdateTroubleshooting_6_en

3. Delete the Library and Temp folder:

VersionUpdateTroubleshooting_7

4. Reopen the Unity project, and check if the error has been solved!