[FREE] [VRChat] [SDK3] Timezone Sync Hologram
- ダウンロード商品Free¥ 0
- ダウンロード商品Donate (contents are same as Free)¥ 1,000
This is a gimmick asset for VRChat worlds which shows everyone's timezones, approximate location based on the timezone and their local time in the same world instance on a hologram earth, it is powered by UdonSharp. Have a remind that this asset is only tested for desktop clients, even logic that targeted to Quest clients are coded, there is no guarantee works perfectly to Quest users. Here is a proof-of-concept world that included this asset, you may want to have a look: https://vrchat.com/home/world/wrld_1a393439-6912-4ba2-b901-53026db07274 This asset is open-sourced, the source code is available in GitHub: https://github.com/JLChnToZ/vrctzhologram If you found any bugs, please contact me or open an issue: Twitter: @JLChnToZ Discord: JLChnToZ#2356 GitHub: (Use the source code link above)
Getting Started
Since V1.3.1, we have migrated to use VCC to install, please head to https://xtlcdn.github.io/vpm/ for more details. Below is the old installation method Before you start to put this into your world, make sure you have following stuffs installed/imported to your project: - Unity Editor: https://unity3d.com/unity/whats-new/2022.3.22 - The latest VRChat SDK3 for worlds, install with VCC: https://vrchat.com/home/download Once you are ready, you may import the latest .unitypackage file, drag the TZ Hologram Earth prefab into your world scene and that's it. It does not require any coding skills unless you want to change its behaviour.
Change Log
V1.0 - Initial Release V1.1 - Texture update, it is more sharp now. V1.2 - Adds namespace to all C# and U# scripts to prevent conflict with other assets. V1.3 - Migrated to VCC - More respects on your computer's time zone settings
License
The code are licensed by MIT License. The included hologram shader and related inspector are made by Andy Duboc, licensed under MIT License. Timezone region data are from Timezone Boundary Builder, licensed under Open Data Commons Open Database License (ODbL). Cross-platform mapping data are from TimeZoneConverter, licensed under MIT License. It is not required to credit me when you used this asset, but I will be happy if you did it.