I’m trying to start unity compiled swf file from other swf file, but I always get this error:
Fatal Error : ReferenceError: Error #1069: Property setProgramConstantsFromByteArray not found on flash.display3D.Context3D and there is no default value.
at com.unity::UnityNative$/Ext_Stage3D_Context_Set_ProgramConstants()
at com.unity::UnityNative$/_ZN9GfxDevice14BeforeDrawCallEb()
at om.unity::UnityNative$/_ZN14GfxMolehillVBO7DrawVBOERKN9ShaderLab14ChannelAssignsEmm16GfxPrimitiveTypemm()
at com.unity::UnityNative$/_ZN8DrawUtil11DrawMeshRawERKN9ShaderLab14ChannelAssignsER4Meshi() at com.unity::UnityNative$/_ZThn28_N12MeshRenderer6RenderEiRKN9ShaderLab14ChannelAssignsE()
at com.unity::UnityNative$/_ZN13BatchRenderer5FlushEv() \
at com.unity::UnityNative$/_Z25DoForwardShaderRenderLoopR23ForwardShaderRenderLoopR17RenderLoopContextR13dynamic_arrayI16RenderObjectDataLj4EL18MemLabelIdentifier52EEbbP13RenderTextureb()
at com.unity::UnityNative$/_Z12DoRenderLoopR10RenderLoop13RenderingPathRSt6vectorI11VisibleNodeSaIS3_EEbP6ShaderRKSs()
at com.unity::UnityNative$/_ZN6Camera6RenderEiP6ShaderRKSs()
at com.unity::UnityNative$/_ZN13RenderManager13RenderCamerasEv()
at com.unity::UnityNative$/NativeExt_PlayerLoop()
at com.unity::UnityContentInternal/playerLoop()
at com.unity::UnityContent/onEnterFrame()
Any idea what could it be?
Thank You!