Skip to content
This repository has been archived by the owner on Nov 8, 2019. It is now read-only.

The type or namespace name `Tooltip' could not be found #7

Closed
bamboofx opened this issue Dec 16, 2014 · 3 comments
Closed

The type or namespace name `Tooltip' could not be found #7

bamboofx opened this issue Dec 16, 2014 · 3 comments

Comments

@bamboofx
Copy link

i'm using unity 4.3.
I Just import package to unity and got 23 error:


Assets/Cardboard/Scripts/StereoController.cs(74,4): error CS0246: The type or namespace name `TooltipAttribute' could not be found. Are you missing a using directive or an assembly reference?
Assets/Cardboard/Scripts/StereoController.cs(83,4): error CS0246: The type or namespace name `Tooltip' could not be found. Are you missing a using directive or an assembly reference?

how can i fix it

@davidmarcbrown
Copy link

Upgrade to at least 4.5: http://docs.unity3d.com/ScriptReference/40_history.html#4-5-0

@bamboofx
Copy link
Author

it's work. Thanks david.
File StereoController.cs still error with typo:

Line 23: ToolTip -> Tooltip 

@smdol
Copy link
Contributor

smdol commented Dec 23, 2014

See also here, for a solution that backports Tooltip to earlier versions of Unity:

http://stackoverflow.com/questions/27541593/google-cardboard-unity-sdk-import-error-for-android

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants