lllyasviel / YGOProUnity_V2

A sample version of ygopro in Unity

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

YGO VR

Heavenswind opened this issue · comments

Hey I was wondering how to compile YGOPROUnity V2, I keep getting the same error everytime and I've followed all your instructions. I'm thinking of trying to make the game in VR :)

https://gyazo.com/2d3cc78f712a2be566dfb64e8902019e

  1. make sure that you are using unity 5.1.3

  2. if you are using 5.1.3, then maybe delete the dll "system.runtime.XXXXX.dll" refered in the error log will be of help. The dll is in folder "Plugins". maybe you can delete all these
    image

Is there a way to efficiently update the project to the latest Unity version to be able to integrate VR? What libraries/plugins rely the most on the 5.1.3 version?

I have tried many times to upgrade the project but failed because of the complex libraries. Sometimes even if it can be compiled in unity 5.6, many bugs will occurs. So it remains 5.1.3

I was able to compile it with the latest Unity Engine update and it's running okay so far, I will update you once I get a build running smoothly

Hey so as promised, even tho it's been exactly a month this is what I have so far:

https://www.youtube.com/watch?v=hXZjzRYqIoc

Could you please share your code with me or put your code on github? I tried to do something similar a while ago, but I couldn't really get anything to work. If you don't want to, thats fine, but I'd really appreciate it if you could. Thanks.

Hey can someone send my the base for this game for unity because it is broken

As improvised hack, you can download YGO Pro 2
And copy the following directories from
C:\Yu-Gi-Oh! The Dawn of a New Era - YGOPRO 2\YGOPRO

into
.\Your_Install_Path\YGOProUnity_V2

cdb
config
deck
replay
MultiLanguage
pack
picture
texture

As improvised hack, you can download YGO Pro 2 And copy the following directories from C:\Yu-Gi-Oh! The Dawn of a New Era - YGOPRO 2\YGOPRO

into .\Your_Install_Path\YGOProUnity_V2

cdb config deck replay MultiLanguage pack picture texture

You are a lifesaver, Imperial! Do you know of any way to get the music working? I only hear the sound effects, and it would be nice to watch my replays with sound enabled. I tried copying other folders that you didn't list, but they don't work.