How to output the web view to a UI element
Nobody has claimed this yet.
- Dominant language
- Objective-C++
- Stars
- 2.7k
- Forks
- 734
- Avg merge
- 11h 39m
- Merged PRs (30d)
- 1
Description
Hello everyone, just wondering if there's a way to draw the result on a UI element (like RawImage) instead of having it on the OnGUI which just draws on the screen.
I would need this for a VR app, where I just can't have it drawn on the screen.
I'm trying to make it work like that, in order to export the texture through a Get method or something, but can't really make it work since there's no proper documentation on how this awesome plugin works
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
The request concerns replacing the current OnGUI output with a texture usable by a Unity UI element such as RawImage, for a VR app. Start by reviewing the plugin's existing OnGUI rendering path and the requested Get method; done would mean the web view can be exported or assigned to a UI texture instead of being drawn directly on screen.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- unity
- Domain
- game-dev
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100