UnityEngine.Vector2 does not contian a definition for "Set".... using futile
Posted
by
FreshJays
on Game Development
See other posts from Game Development
or by FreshJays
Published on 2012-12-10T00:02:46Z
Indexed on
2012/12/10
5:19 UTC
Read the original article
Hit count: 142
I am a bit lost, I am using futile and I am just trying to run the demo. But I keep getting UnityEngine.Vector2 does not contian a definition for "Set" in just one class, my using statments are:
using System;
using UnityEngine;
using System.Collections;
using System.Collections.Generic;
When I look at the documents, I see that Set is a function http://docs.unity3d.com/Documentation/ScriptReference/Vector2.html I am using version 3.4.2 (in futile its happening in just the FAtlas class)
© Game Development or respective owner