playMaker

Author Topic: 'MovieTexture' is obsolete - unity 2018.3 and playmaker 1.9 [SOLVED]  (Read 4255 times)

emc2

  • Playmaker Newbie
  • *
  • Posts: 12
I have problem with some errors in console:
Unity 2018.3
playmaker 1.9
I have playmaker utils

and my errors are:
Assets\PlayMaker\Actions\Material\SetMaterialMovieTexture.cs(48,38): warning CS0618: 'MovieTexture' is obsolete: 'MovieTexture is deprecated. Use VideoPlayer instead.'


Assets\PlayMaker\Actions\Movie\MovieTextureAudioSettings.cs(33,38): warning CS0618: 'MovieTexture' is obsolete: 'MovieTexture is deprecated. Use VideoPlayer instead.'

Assets\PlayMaker\Actions\Movie\StopMovieTexture.cs(24,38): warning CS0618: 'MovieTexture' is obsolete: 'MovieTexture is deprecated. Use VideoPlayer instead.'

Assets\PlayMaker\Actions\Movie\PlayMovieTexture.cs(27,38): warning CS0618: 'MovieTexture' is obsolete: 'MovieTexture is deprecated. Use VideoPlayer instead.'

Assets\PlayMaker\Actions\Movie\PauseMovieTexture.cs(24,38): warning CS0618: 'MovieTexture' is obsolete: 'MovieTexture is deprecated. Use VideoPlayer instead.'

Assets\PlayMaker\Actions\Web\WWWObject.cs(98,43): warning CS0618: 'WWW.GetMovieTexture()' is obsolete: 'MovieTexture is deprecated. Use VideoPlayer instead.'

Assets\PlayMaker\Actions\Web\WWWObject.cs(68,20): warning CS0618: 'WWW' is obsolete: 'Use UnityWebRequest, a fully featured replacement which is more efficient and has additional features'

Assets\PlayMaker\Actions\Movie\StopMovieTexture.cs(14,22): warning CS0618: 'MovieTexture' is obsolete: 'MovieTexture is deprecated. Use VideoPlayer instead.'

Assets\PlayMaker\Actions\Movie\PlayMovieTexture.cs(14,22): warning CS0618: 'MovieTexture' is obsolete: 'MovieTexture is deprecated. Use VideoPlayer instead.'

Assets\PlayMaker\Actions\Movie\PauseMovieTexture.cs(14,22): warning CS0618: 'MovieTexture' is obsolete: 'MovieTexture is deprecated. Use VideoPlayer instead.'

Assets\PlayMaker\Actions\Movie\MovieTextureAudioSettings.cs(14,22): warning CS0618: 'MovieTexture' is obsolete: 'MovieTexture is deprecated. Use VideoPlayer instead.'

Assets\PlayMaker\Actions\Web\WWWObject.cs(48,11): warning CS0618: 'WWW' is obsolete: 'Use UnityWebRequest, a fully featured replacement which is more efficient and has additional features'


Assets\PlayMaker\Actions\Web\WWWObject.cs(28,22): warning CS0618: 'MovieTexture' is obsolete: 'MovieTexture is deprecated. Use VideoPlayer instead.'


Assets\PlayMaker\Actions\Material\SetMaterialMovieTexture.cs(28,22): warning CS0618: 'MovieTexture' is obsolete: 'MovieTexture is deprecated. Use VideoPlayer instead.'

« Last Edit: December 23, 2018, 05:38:11 PM by Alex Chouls »

Alex Chouls

  • Administrator
  • Hero Member
  • *****
  • Posts: 3987
  • Official Playmaker Support
    • LinkedIn
Re: 'MovieTexture' is obsolete - unity 2018.3 and playmaker 1.9
« Reply #1 on: December 22, 2018, 10:39:22 AM »
This should be fixed in the latest patch release (1.9.0p5)
Update in the Asset Store and install from the PlayMaker Welcome Screen.

emc2

  • Playmaker Newbie
  • *
  • Posts: 12
Re: 'MovieTexture' is obsolete - unity 2018.3 and playmaker 1.9
« Reply #2 on: December 23, 2018, 02:20:26 AM »
It's working, thanks:)

WabbysLand

  • Playmaker Newbie
  • *
  • Posts: 25
Re: 'MovieTexture' is obsolete - unity 2018.3 and playmaker 1.9 [SOLVED]
« Reply #3 on: January 22, 2019, 02:41:55 AM »
Hello,

I still have these alerts with last release 1.9.0p6 (I'm using Unity 2018.2.20)

djaydino

  • Administrator
  • Hero Member
  • *****
  • Posts: 7615
    • jinxtergames
Re: 'MovieTexture' is obsolete - unity 2018.3 and playmaker 1.9 [SOLVED]
« Reply #4 on: January 22, 2019, 02:47:04 AM »
Hi.
If they are yellow warning, they wont harm your project.
They are just warnings that in a later unity version certain code will be removed.

Before that happens they will be updated.

Do you have red errors?

WabbysLand

  • Playmaker Newbie
  • *
  • Posts: 25
Re: 'MovieTexture' is obsolete - unity 2018.3 and playmaker 1.9 [SOLVED]
« Reply #5 on: January 22, 2019, 06:06:41 AM »
No, just yellow ones. Thanks  :)