Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

PowerUI didn't work on 2019.2+ Versions #20

Open
pabatribick opened this issue Apr 25, 2020 · 4 comments
Open

PowerUI didn't work on 2019.2+ Versions #20

pabatribick opened this issue Apr 25, 2020 · 4 comments

Comments

@pabatribick
Copy link

I want to use PowerUI for my gamedevelopment, but it didn't work because the MoviePlayer class is obsolete. What can I do to fix that in the newer Unity versions? Only replace MoviePlayer with the new VideoPlayer didn't work!

@philfleck
Copy link

Hi, i am wether a maintainer nor the developer. What i found out so far is that oyu can just remove those parts. Depends on what you need. There some tricky parts around transparency and float:left behavior in il2cpp vs Mono vs .Net builds. Besides this, it is one of the most powerful assets you can get.

@pabatribick
Copy link
Author

How should i remove the Video parts? There included in many files. Thats not helpful!

@philfleck
Copy link

Usually it is implemented within the *Package files like ImagePackage.cs and the access to it via video.cs

with the new unity versions it needs a bit more attention as of just dragging it into unity. The project seems to be in dangilng state right now ...

i can just tell what i found out - usually i am deploying to uwp/hololens/android/ios all having some issues to some degree where you need to look into.

any hope that helps, since answers here are not very common. Furthermore the MovieTexture is being replaced by the VideoTexture, so this might be a needed rewrite. Since it is already good capsuled, it should be doable.

@MuhammadFaizanKhan
Copy link

It works on unity 2019.x when your project is on webgl. Throws error when you are on standalone platform.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants