Playmaker Forum

Bug Reporting => PlayMaker Bug Reporting => Topic started by: artifactgames on April 23, 2012, 12:22:21 PM

Title: [SOLVED] refCount != (rs->m_Texture ? 1 : 0)
Post by: artifactgames 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)
Title: Re: refCount != (rs->m_Texture ? 1 : 0)
Post by: artifactgames 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.