Goal : put every piece of wood in the designated fire (e.g: red wood in red fire)
Controls :
- A to move wood left - D to move wood right
Disclaimer : For some reason yet unknown to me The build of the game does not work so I included the unity project instead. So if you wish to play you will need unity and you will have the source code too :p
I tried building your project to webGL and it ran but had some weird issues with the wood going in varying directions. Not really sure why that would be the case. You only have a few scripts that I can see and they don't really change the direction of the wood at all. It looks like you're using a lot of pre-made assets. Maybe there's a setting on something in there that makes it rotate like 90 degrees from what you're expecting? Not sure. I would try compiling for windows and see if that works. You won't get many people to download your whole project and load up the older unity version to play it. As far as the game itself goes: it looks like it functions as you intended and seems smooth. The text on the end screen is a little too large to see. I'd recommend updating your unity version too. There could be some problems with that version and that's why you can't build properly.
Hi @zacharia , the game built fine for me in Unity. I did import it to 2019.2.21f , maybe that made a difference? Built for Windows worked fine. Played it in the editor a bit, and the only issue I see is some wood has no color (should that go nowhere?). Seems pretty straightforward otherwise, though it's a large project!
Wow, your project's filesize is huge! You can delete the 'Library' directory from it - that directory can be very large and is recreated automatically by Unity when you open the project. It's very definitely annoying when bugs show up in the standalone version and not the editor. If you make a Development build you can check the log file after running it to see what's up. Spotted this:
``` NullReferenceException: Object reference not set to an instance of an object at spawnerScript+d__8.MoveNext () [0x0003d] in F:\ldtemp\ludum dare keep it alive\Assets\Scripts\spawnerScript.cs:35 at UnityEngine.SetupCoroutine.InvokeMoveNext (System.Collections.IEnumerator enumerator, System.IntPtr returnValueAddress) [0x00026] in :0 UnityEngine.MonoBehaviour:StartCoroutineManaged2(IEnumerator) UnityEngine.MonoBehaviour:StartCoroutine(IEnumerator) spawnerScript:Awake() (at F:\ldtemp\ludum dare keep it alive\Assets\Scripts\spawnerScript.cs:16) ```
Your game looks nice and works pretty well! I appreciate the nice little feedback items like the cube changing colors when the wood is in range, and the sound effects when the wood hits the fire. It took me until my second try to realize that the black sticks were not a bug and I should just be letting them by.
I think you could've added links to the game after deadline if you didn't have the time to figure out what was the problem with the build. I am currently sitting and waiting for your game to compile because you don't have the latest unity version. That's pure laziness. To take it one step further one could leave the game unfinished and add notes on how to complete the code so it would run. That's like early access to the max
Comments9
I know only a handfull of people will try it, but heh shit happen.
Have a nice day
Thank you so much
Best regards,
```
NullReferenceException: Object reference not set to an instance of an object
at spawnerScript+d__8.MoveNext () [0x0003d] in F:\ldtemp\ludum dare keep it alive\Assets\Scripts\spawnerScript.cs:35
at UnityEngine.SetupCoroutine.InvokeMoveNext (System.Collections.IEnumerator enumerator, System.IntPtr returnValueAddress) [0x00026] in :0
UnityEngine.MonoBehaviour:StartCoroutineManaged2(IEnumerator)
UnityEngine.MonoBehaviour:StartCoroutine(IEnumerator)
spawnerScript:Awake() (at F:\ldtemp\ludum dare keep it alive\Assets\Scripts\spawnerScript.cs:16)
```
Your game looks nice and works pretty well! I appreciate the nice little feedback items like the cube changing colors when the wood is in range, and the sound effects when the wood hits the fire. It took me until my second try to realize that the black sticks were not a bug and I should just be letting them by.