-
Notifications
You must be signed in to change notification settings - Fork 46
Description
Hi there,
This looks to be a very exciting project, solving my number one gripe with Unity UI, and I'm very excited to use it.
Unfortunately, when I try to install it, I'm getting compilation errors in Unity.
I tried at first with Unity 2021.1.12f1, which gives a tonne of them:
(Same result with openupm or the Package Manager window)
Then with Unity 2020.3.12f1, which gives me just one.
Looking into the code just quickly, I thought it looked like there might be a typo on line 81 of ReactWindow.cs
where it might be supposed to say
protected JavascriptEngineType EngineType
instead of
protected JavascriptEngineType JavascriptEngineType
But I'm not sure. (Unity won't let me edit the code of the package on my local machine - I assume it checks with hashes etc.)
Have you seen either of these situations before & do you know how I might solve them?
Thanks again for working on such an interesting project.