Could someone please help me to correct this error in unity, create a script that makes a ship go through the imagTarget and when it reaches the end it disappears and reappears at the beginning.
This is the error:
Assets\Scripts\ShipRecoScript.cs(6,46): error CS0246: The type or namespace name ‘newITrackableEventHandler’ could not be found (are you missing a using directive or an assembly reference?)
This is the complete scritp code:
using System.Collections;
using System.Collections.Generic;
using UnityEngine;
using Vuforia;
public class ShipRecoScript : MonoBehaviour, ITrackableEventHandler
{
private TrackableBehaviour mTrackableBehaviour;
Seems you already fixed it? That script doesn’t contain the error you pastes. It seems that in the past, your script used to contain “newITrackableEventHandler”, but you corrected it to “ITrackableEventHandler”? Do you still need help with this?
Lo que sucede es que he tratado de buscar posibles letras que hayan sido mal escritas. El maestro que me dio el código dice que es muy raro que esté bien escrito, pero algo debe estar sucediendo. Aún no lo he corregido