我在Unity上使用vuforia SDK。當添加VirtualButton時,我看到了這個問題。爲什麼在unity/vuforia上找不到'IVirtualButtonEventHandle'?
Assets/VirtualButtonEventHandle.cs(4,56): error CS0246: The type or namespace name 'IVirtualButtonEventHandle' could not be found. Are you missing a using directive or an assembly reference?
VirtualButtonEventHandle.cs:
------------------
using UnityEngine;
using System.Collections;
public class VirtualButtonEventHandle : MonoBehaviour **IVirtualButtonEventHandle**{
---------------
如果您通過單擊格式勾號標記發現它很有用,請標記答案。它將幫助其他人導航到相同的位置。謝謝。 – 2015-03-31 09:31:58