|
Post by daniel on Jan 25, 2018 18:08:38 GMT
Hi Jon! First of all: thank you so much for this fantastic series of blog posts about creating a CCG! I followed along up to the taunt chapter and now actually wanted to get my feet wet and try it myself in Unity. So here is what I have done: - Installed current Unity 2017.3.0f3 - Created new 2D project - Copied "Assets" and "Project Settings" folders to this new project (using the windows explorer) - Successfully built and ran the tests - Pressed the "Play" button Result: nothing happens. No errors on console but no game starts. I am not very experienced using Unity so please be patient with me. My only experience in Unity so far has been using the excellent "Adventure Creator" toolkit to build a small classic ponit&click adventure. What am I doing wrong or what is missing? Can you please help me get started? Thanks, Daniel. P.S.: Please continue this project! I can't wait to see the next blog post ...
|
|
|
Post by Admin on Jan 26, 2018 15:42:19 GMT
You're welcome, I am really glad to have inspired you!
Since it sounds like you are new to unity, I just want to make sure you knew an important step. You must open the "Game" scene before pressing "Play". Otherwise you will just be in an empty placeholder scene and would see nothing. To open the "Game" scene you can double click the file from the "Project" pane.
If you did that and still aren't seeing something, then it might be due to the way you copied assets. In the past, Unity has mentioned issues regarding using explorer windows for adding files. It seems to prefer you to use the Unity editor instead. Perhaps something didn't register quite right. To just play around with the demo, you aren't required to create your own project. The zip file I provide in the project can be opened from Unity as a project all on its own. So with Unity open, use the menu bar, "File -> Open Project..." and select the parent folder that holds the Assets and Project Settings folders.
|
|
|
Post by daniel on Jan 27, 2018 17:37:48 GMT
Thanks, that helped. Moving forward from here...
|
|