Mod of https://gist.github.com/alexlauerman/8569945
Includes space charcter also, works for Intruder -> Bruteforcer
0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ !"#$%&'()*+,-./:;<=>?@[\]^_`{|}~
0
1
Mod of https://gist.github.com/alexlauerman/8569945
Includes space charcter also, works for Intruder -> Bruteforcer
0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ !"#$%&'()*+,-./:;<=>?@[\]^_`{|}~
0
1
using UnityEngine; | |
using System.Collections; | |
// I attached this script to my main camera | |
public class GenerateMap : MonoBehaviour { | |
void Start () { | |
int x = 0; | |
int y = 0; | |
// Adding a Prefab/GameObject to Scene using C#. Make sure you create a prefab with the file name |
0 | |
1 | |
2 | |
3 | |
4 | |
5 | |
6 | |
7 | |
8 | |
9 |