Quantcast
Channel: Questions in topic: "error"
Viewing all articles
Browse latest Browse all 7934

Error CS1502, CS1503, and CS1061. Please help

$
0
0
I need help get rid of this errors regarding the mapSize using UnityEngine; using System.Collections; using UnityEditor; [CustomEditor(typeof(TileMap))] public class TileMapEditor : Editor { public TileMap map; public override void OnInspectorGUI(){ EditorGUILayout.BeginVertical (); map.mapSize = EditorGUILayout.Vector2Field ("Map Size;", map.mapSize); EditorGUILayout.EndVertical (); } void OnEable(){ map = target as TileMap; } } ![alt text][1] [1]: /storage/temp/81942-error.jpg

Viewing all articles
Browse latest Browse all 7934

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>