1
0
mirror of synced 2024-11-24 06:40:11 +01:00
A VR arcade emulator
Go to file
xpeng 88954d3333
Merge pull request #10 from ItsCharaHere/main
Added ring lights texture & LIV support
2022-05-19 08:11:48 +02:00
.vscode First Version 2022-05-16 23:38:40 +02:00
Assets Added ring texture & LIV support 2022-05-18 15:57:37 -07:00
Packages should fix #2 #3 2022-05-17 17:28:53 +02:00
ProjectSettings Update ProjectSettings.asset 2022-05-18 16:06:29 -07:00
UserSettings Added ring texture & LIV support 2022-05-18 15:57:37 -07:00
.gitignore Initial commit 2022-03-08 01:12:51 +01:00
LICENSE Initial commit 2022-03-08 01:12:51 +01:00
README.md Fix Typo 2022-05-18 20:36:30 +02:00

WACVR

A plan of WACCA VR emulator

Current stage:

  • Successfully started the game itself
  • Semi-successfully initialized touch
  • Successfully send touch signal
  • Successfully enabled Freeplay and tested the touch signal in game

Current issue

  • touch startup will fail. need to enter test mode to reconnect the touch panel

Quick guide

  • Port binding is same as my other repo MaiDXR
  • need to enter test mode to reconnect the touch panel
  • add "[touch] enable=0" to ini file

Why this repo now?

I don't have much time and enough skills to make this project by myself. I'm not familiar with Unreal Engine etc. So I want this project to be a community project.