Search Unity

Error compiling

Discussion in 'Flash' started by PhysicalBeef, May 29, 2014.

  1. PhysicalBeef

    PhysicalBeef

    Joined:
    Jun 13, 2013
    Posts:
    150
    "Error building Player because scripts had compiler errors"
    and
    Assets/PlayMovie.js(3,14): BCE0018: The name 'MovieTexture' does not denote a valid type ('not found').

    any clue how to fix?
     
  2. Eric5h5

    Eric5h5

    Volunteer Moderator Moderator

    Joined:
    Jul 19, 2006
    Posts:
    32,401
    Remove any references to MovieTexture, since it doesn't exist in Flash publishing.

    --Eric