天波烟客00 2016-03-30 09:35 采纳率: 0%
浏览 5431

急!unity导入vuforia包后出现CS1061错误,求大神帮忙看看!

Assets/Vuforia/Scripts/Utilities/VRIntegrationHelper.cs(94,43): error CS1061: Type object' does not contain a definition forApplyCorrectedProjectionMatrix' and no extension method ApplyCorrectedProjectionMatrix' of typeobject' could be found (are you missing a using directive or an assembly reference?)

  • 写回答

3条回答 默认 最新

  • threenewbee 2016-03-30 15:07
    关注

    贴出你的代码,很可能是你忘记调用方法加上括号了,方法名写错了,或者你的类型用错了。

    评论

报告相同问题?