asmadsen / react-native-unity-view

MIT License
204 stars 128 forks source link

updating this module to to unity 2020 #85

Open appjitsu opened 2 years ago

appjitsu commented 2 years ago

What would it take to update this module to unity 2020? Our team needs support for Unity 2020+, URP, metal, etc.

brice-gros commented 2 years ago

There's a fork to have it working using node 16 LTS, React Native >= 0.63 and Unity 2020.3 LTS on Android (not port to iOS at the moment)

appjitsu commented 2 years ago

What needs to be done to makeit work ios?

On Mon, Mar 21, 2022, 11:35 AM Brice Gros @.***> wrote:

There's a fork https://github.com/brice-gros/react-native-unity-view to have it working using node 16 LTS, React Native >= 0.63 and Unity 2020.3 LTS on Android (not port to iOS at the moment)

— Reply to this email directly, view it on GitHub https://github.com/asmadsen/react-native-unity-view/issues/85#issuecomment-1074132312, or unsubscribe https://github.com/notifications/unsubscribe-auth/ACTGAMCNYSD62ZJDI2KG7OTVBCQL3ANCNFSM5Q466GEQ . You are receiving this because you authored the thread.Message ID: @.***>

brice-gros commented 2 years ago

There's an unfinished add-ios branch which adds the ios code but doesn't work at the moment

appjitsu commented 2 years ago

Ok. Is that branch on the same fork you mentioned?

On Mon, Mar 21, 2022, 2:38 PM Brice Gros @.***> wrote:

There's an unfinished add-ios branch which adds the ios code but doesn't work at the moment

— Reply to this email directly, view it on GitHub https://github.com/asmadsen/react-native-unity-view/issues/85#issuecomment-1074338768, or unsubscribe https://github.com/notifications/unsubscribe-auth/ACTGAMCQ4UKP22SV3BQF4F3VBDF2RANCNFSM5Q466GEQ . You are receiving this because you authored the thread.Message ID: @.***>

brice-gros commented 2 years ago

Yes