Hi, I found that in the README if i want to test dynamic generation, I need to add this: private void Start() { **grid = GetComponent<Grid>();** //Set grid settings ... Otherwise it will throw NullException in 2021 unity. Can you update the README?(Or let me do a PR : )
Hi, I found that in the README if i want to test dynamic generation, I need to add this:
private void Start()
{
grid = GetComponent();
Otherwise it will throw NullException in 2021 unity. Can you update the README?(Or let me do a PR : )