ReactUnity / full-sample

Sample project used for development purpose
MIT License
25 stars 3 forks source link

WebInjectable setup missing text? #2

Closed echads closed 2 years ago

echads commented 2 years ago

The WebInjectable example looks like it might be missing something.

The cube spins and the ReactCanvas populates with a few views but nothing shows on the screen. image There is also a missing Injectable Script text asset - wasn't sure if that hand to be populated? I assumed it is supposed to be grabbing the source text in ReactUnityUGUI component? image What should I be seeing? image

KurtGokhan commented 2 years ago

WebInjectable and WebInspector are not the scenes you should be looking at. They are part of an internal build process.

Only MainScene, VR and WorldCanvas scenes are intended as an example.

echads commented 2 years ago

Those worked. :-)