Instead of creating new prefabs of the original blocks, just pull the enemy and neutral block prefabs in and drag the cube editor script onto them.
This creates a different issue. I am unable to change the Y position in transform, and the blocks are 10 units to high. Changing the Y transform displays different units but they do not move in the editor. Childing them to a empty game object and changing it’s position does not move the blocks lower either.
Are the neutral blocks moving according to the original snap settings set in Unity at the beginning of the Realm Rush course, but not using the block editor?
Should I just be using the Ctrl + drag to snap the blocks in place? (Lesson 125: at 2:00).
Want to make sure I am not leaving out something or skipping something in the course I will need for later.
That’s a matter of personal preference. You can either use Ben’s snap component, or you could manually snap the blocks with the Unity snapping tools. The problem with doing things manually is that one could make a mistake or forget something. For this reason, we prefer to do certain things programmatically when other things depend on them.