It's working. Thanks :) #5
Replies: 3 comments 6 replies
-
|
I'd suggest starting with pushing your changes to your forked repository, that way it can be determined if the problem might have been caused by a different issue (in which case no changes are needed). If it turns out they are needed you can then make a pull request (or maybe I can just merge the changes without one). |
Beta Was this translation helpful? Give feedback.
-
|
I tried to fix the issue with LineRender without results I changed in Unity the DefaultLine thinking was a missing texture problem, added some debug but nothing. Ad this moment on my branch https://github.com/adrensnyder/RepoXR/tree/NullChecks the game start with che errors above. No line from the controllers and the white square always present. Apart those problem is fully playable |
Beta Was this translation helpful? Give feedback.
-
|
does it work with the ''R.E.P.O. v0.1.2.42_beta''? beacause i tried to play it but i was not able to make it work |
Beta Was this translation helpful? Give feedback.

Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I've wanted to play R.E.P.O. in VR with my wife ever since it came out. When I saw your repo two days ago, I wanted to try it right away.
I downloaded the DEV branch and, as soon as I compiled and launched it, I saw several red errors looping in the console.
I only added some checks to avoid null values — I didn’t actually fix the core issues, since I have very little free time.
Still, I managed to get it running with just two remaining issues:
the controller line in the menu doesn't show up (missing LineRenderer), and there's a persistent white square on the screen.
The game is entirely playable in VR :)
Here’s a test video showing how great your work is:
https://youtube.com/watch?v=VW4-tn8Kh_A&lc=UgxtCEsMsCkydh_rjt54AaABAg&si=sb_2YIj8oHCVMMZ-
As soon as I get a bit of time, I’ll fork the repo to dig into the errors I saw. I'm not a modder, but I’ll try to help if I can.
In the meantime, thanks again!
EDIT: @DaXcess Could i distribute the initial test that works with the problems described if some one want to use/test it?
Maybe i can create a test release on my fork?
I'm not familiar with the world of GIT contributions and I'm not sure how to proceed. I'd rather ask, even though the repository is public and I don't think there should be any issues.
Beta Was this translation helpful? Give feedback.
All reactions