playMaker

Author Topic: [SOLVED] refCount != (rs->m_Texture ? 1 : 0)  (Read 3459 times)

artifactgames

  • Playmaker Newbie
  • *
  • Posts: 2
[SOLVED] refCount != (rs->m_Texture ? 1 : 0)
« on: April 23, 2012, 12:22:21 PM »
Every time I import the Playmaker package into a project it displays this error in the console:

refCount != (rs->m_Texture ? 1 : 0)
 
(Filename: C:/BuildAgent/work/b0bcff80449a48aa/Runtime/GfxDevice/d3d/RenderTextureD3D.cpp Line: 453)
« Last Edit: May 02, 2012, 08:24:26 PM by Alex Chouls »

artifactgames

  • Playmaker Newbie
  • *
  • Posts: 2
Re: refCount != (rs->m_Texture ? 1 : 0)
« Reply #1 on: April 23, 2012, 12:38:17 PM »
Never mind this bug. It appears to be a library building issue in Unity. When I restart Unity the console is clear of errors.