Hi all,
I was wondering if Unity3D is capable of running flash…I mean if you add a flash object into your scene Unity is able to let you view the animation or whatever it is…
If not, is possible to put a flash object inside Unity3D and be able to open it with a normal browser ( like Mozilla or Chrome ) in a new window?
Thanks
Neither can unity use flash, nor can flash use unity, nor can you overlay unity with flash in a webbrowser.
but yes you could use Application.OpenURL to open a new window in a standalone (within the webbrowser you would need to use ExternalCall / ExternalEval and hope that the popup blocker won’t kill it)
Actually, there are some examples of users putting in interactive web pages into their games by rendering the webpage as a[(n) interactive?] texture. The example shows youtube, so I assume it will play well with flash.