Skip to content

CMoyuer/ChilloutVR-LocalTest

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ChilloutVR-LocalTest

Mod for chilloutvr local testing

中文介绍

Feature

  • Support offline testing (not logged in)
  • Local test avatar
  • Local test world

Install

  • First, you will install MelonLoader into ChilloutVR
  • Download the latest tool file
  • Put ChilloutVR-LocalTest.dll in the ChilloutVR/Mods directory
  • Install ChilloutVR-LocalTest.unitypackage into your Unity project (CCK SDK required)
  • The installation is complete

How to use

Avatar

  • Start the ChilloutVR game
  • Click "Moyuer -> CVR_LocalTest -> Avatar" in the Unity menu to open the script window
  • Select your avatar and click the "Start Test" button below
  • After a while, the avatar will automatically load in the game

World

  • Start the ChilloutVR game
  • Open the unity scene you want to test
  • Click "Moyuer -> CVR_LocalTest -> World" in the Unity menu
  • After a while, the world will automatically load in the game

Some screenshots

A

B

Version history

V0.4 August 8, 2022

  • Thank to NotAKidoS for the followed improvements
  • Add "Reload previous build avatar" function
  • Requires one CVR World component to test world, avoid accidental click
  • Optimize code

V0.3 August 2, 2022

  • Support offline testing of avatars and worlds
  • Tidy up the code

V0.2.1 July 31, 2022

  • Fixed a bug where avatar scale didn't work
  • Make the transform of the test avatar consistent with the online model

V0.2 July 30, 2022

  • Support local world test

V0.1 July 29, 2022

  • Initial release
  • Support local avatar test