Search Unity

  1. Megacity Metro Demo now available. Download now.
    Dismiss Notice
  2. Unity support for visionOS is now available. Learn more in our blog post.
    Dismiss Notice

"Could not load file or assembly : unknown identifier" when build unity script project for WP 8.1

Discussion in 'Windows' started by stamenkrumov, Feb 6, 2015.

  1. stamenkrumov

    stamenkrumov

    Joined:
    Jun 15, 2014
    Posts:
    33
    Hi,
    I'm working on Unity game for Windows Phone 8.1. The game is made with Unity Script. The problem is when I try to build the visual studio project I get this error message :
    Could not load file or assembAssets/Common/Scripts/BlackFader.js(58,9): BCE0005: Unknown identifier: 'iTween'.

    There also another 100 error messages for every row where iTween is used. The iTween's C# file is in the Plugins directory and I think it should be compiled on first pass. Is there something else that should be done to build the game ?

    Thanks in advance!
     
  2. Tomas1856

    Tomas1856

    Unity Technologies

    Joined:
    Sep 21, 2012
    Posts:
    3,875
    stamenkrumov likes this.
  3. stamenkrumov

    stamenkrumov

    Joined:
    Jun 15, 2014
    Posts:
    33
    Thanks a lot !