fatal compiler errors using Usplash Unity5.2

General support.
Post Reply
User avatar
CNSDesignStudio
New Member
New Member
Posts: 2
Joined: Tue Sep 22, 2015 8:57 pm

Hey guys i am using the Usplash asset on my project. i am also running unity 5.2. the asset is working fine in the editor but everytime that i attempt to create a build it will not allow it because usplash is sending compiler errors. below are the three errors that i am receiving:

Assets/USplashScreen/Content/Script/Core/USplash.cs(115,13): error CS0246: The type or namespace name `MovieTexture' could not be found. Are you missing a using directive or an assembly reference?

Assets/USplashScreen/Content/Script/Core/USplash.cs(82,13): error CS0246: The type or namespace name `MovieTexture' could not be found. Are you missing a using directive or an assembly reference?

I havent changed anything in the example scene except for the images and have no clue why i am getting these errors. i even tried reimporting from the assetstore and nothing. i am not sure what is going on with this. any help would be greatly appreciated. below is the script:

Not post entire script to public!
User avatar
Lovatto
Admin
Admin
Posts: 1834
Joined: Sun Dec 07, 2014 3:18 pm
Contact:

Hi.

your build is for WebGL?
How to find your Invoice Number: Here
How to find your Order Number: Here
User avatar
CNSDesignStudio
New Member
New Member
Posts: 2
Joined: Tue Sep 22, 2015 8:57 pm

no it is for android
User avatar
Lovatto
Admin
Admin
Posts: 1834
Joined: Sun Dec 07, 2014 3:18 pm
Contact:

Android not supported Movie Texture, so you can't use it for build for android.
I send you the fix script for avoid error compilation in a PM.
How to find your Invoice Number: Here
How to find your Order Number: Here
Post Reply