FAQ for Exhibitors

Submission Rules

Can I exceed the booth size limit?

Regardless of whether it is shape key, animation, particles, or other gimmicks,
please make necessary adjustments not to exceed the limit. Also, regardless of mesh bounds, please adjust it to visually not exceed the size limit.

Can I use materials (3D models, etc.) purchased at Unity Asset Store, BOOTH, or any other store?

If redistribution is prohibited for the asset, it cannot be used. Please check the terms of use of each asset.

For other prohibited items, please refer to the exhibition rules. Virtual Market 2022Summer Terms

The material looks different after implementing Static setting.

Toon shaders like UnityChanToonShader2.0 may look different when set Batching Static or Lightmap Static such as thicker outline. Please make adjustments after making Static settings.

Does the Unity chan Toon Shader (UTS) in the official distribution package(VketShaderPack) support SinglePassStereo(Instancing)?

Yes, the latest version 2.0.9 provides SinglePassStereo support. In case you are using the older 2.0.8 version, please import the latest VketShaders from the "Packages".

Venue preview and venue debugging

I can't launch preview world from MyPage

You may need to adjust the settings to be able to launch VRChat from the vrchat:// URL. Please click "Proceed" in the dialog that appears when you exit the VRChat.

exhibitorfaq

VketTools

First of all, please check the following points:

  • Do not use projects created with VRChat Creator Companion, to avoid importing different version of Udon Sharp
  • You are using Unity 2019.4.31f1
  • You are using VRCSDK version of VRCSDK3-WORLD-2022.06.03.00.03_Public or later.

VketTools does not appear on the top menu.

Please try closing the Unity once and relaunch. If you still do not see the VketTools, please try reimporting the VketTools package.

exhibitorfaq

When I check the booth, I get a message "Light Bake failed" and the check is aborted.

This message is displayed when the light bake is not successful. If Auto Generate is checked in the Lightmapping Settings of the Lighting tab, the bake launch from VketTools will be rejected and this message will appear.

exhibitorfaq

VRChat won't launch when submitting

Please make sure the following points.

  • VRChat will launch when you click "Build & Test" from VRChat SDK menu
  • If not working, open VRChat SDK Settings menu and check if the Installed Client Path is set correctly
    If the path is empty the system may not function properly. Please try Revert to Default.

Some of the shaders in the VketShaderPack seem to be older version. Can I update the files?

Please do not update the files in "VketShaderPack" folder. If you want to use updated version of the shader, you can import the shader separately into your submission folder and use it instead.

Udon

Please pay attention to the below point.

  • When using UdonBehaviour component outside the official Prefabs, you need to attach VketUdonControl component to the same object.

Errors on submission

*** I encountered ExecutionEngineException: String conversion error: Illegal byte sequence encounted in the input. error.

This error is caused by having a 2-bytes character such as Kanji in any folders leading up to the project folder. Please make sure that the names of the project folder and all folders in the hierarchy containing the project folder comprise half-width alphabets, numbers, or symbols. The project folder can be accessed by right-clicking any assets and selecting "Open in Explorer."

e.g.
Error:

C:\Users\Vケットちゃん1号\プロジェクト\

Safe:

C:\Vket2022S\Project1\

I'm using some official prefabs but several components are marked prohibited.

This can occur in the following cases.

  • Some official prefabs are "broken"

To solve this, please place the official prefabs into the scene hierarchy again.

Size limit over

There are two size limits for the booth.

  • A.Total file size limit of the folder to be submitted
  • B.Build size of the AssetBundle

The former is the file size displayed when you open the exhibitor ID folder with Explorer, right-click and select Properties.

exhibitorfaq

Check the following points and reduce the file size.

  • Typically, files with larger sizes fall into one of the following three categories.
    • Texture
    • fbx
    • .asset files created by mesh combine tool like MeshBaker
  • Move unused files out of the folder or delete them.
  • If the texture file is a PSD file, export it into png format.
  • If you have made the "Max Size" of the texture file smaller than the actual size, you can resize it using paint software or something.

The latter, the build size of the AssetBundle, is the file size that will be displayed when you run "Build Size Check" in the tool.

In most cases, most are texture files. You can reduce the build size by selecting a texture file and reducing the "Max Size", or checking "Use Crunch Compression".

exhibitorfaq

If you import an fbx file with a lot of shapekeys, such as an avatar, the build size can be very large if Blend Shape Normals is set to Calculate. If you are not going to use Blend Shapes, you might as well remove the check from Import BlendShapes.

exhibitorfaq

Am I required to Extract Materials?

If you get the following error, the material included in the fbx file is being used.

exhibitorfaq

Select the fbx file and check the Inspector. If you can click the Extract Materials button as shown below, the material included in the fbx file is being used.

exhibitorfaq

Click on the Extract Materials button to extract the included material into the project folder for use. You should see the material set in the On Demand Remap section as shown below.

exhibitorfaq

Also, you can avoid using the bundled material by setting your own material in the On Demand Remap section without Extract Materials.