I’m a newbie playing with the Creator Kit: Beginner Code, and I tried a whole day trying to write some code that can make an enemy respawn after killing it. I failed miserably. Attaching the player respawn code to enemies didn’t work either. Please help.
@DiegoDePalacio_1 Unity doesn’t let me have it easy, new problems arose in the 3D Game Kit:
I get this error: Some MeshRenderers cannot contribute to global illumination, because their HideFlags are set to DontSaveInEditor, HideAndDontSave or DontSaveInBuild.
Probably related, but the rock cliff assets are all see-through, only their top surface is shown and I can run into their models. The environment painters should show a thumbnail of the assets used, but the thumbnails aren’t there.
Following your suggestion on another one of my post, I need to save project in a new location then? The default location seems to be in the temporary files.
Edit: Also, how do I move the project out of the temporary folder? I tried to move the other Beginner Code Kit into another drive and people said that I just need to move Assets and Library folders, but when I open from new location, many file links are broken and the kit become unusable.
@DiegoDePalacio_1 The tutorial is indeed made for Unity 2019.1… so I need to install that too to continue the tutorial? I really wish that the versions would not break beginner tutorials this easily…
Each Unity version has a lot of changes for good. Unfortunately, these changes have some chance to not work properly on older versions.
Normally, if the jump between versions is not too high, the things that need to be fixed should be very little.
With a little bit more experience, I’m sure that you’ll be able to solve such issues by yourself, but as a beginner, you should try to avoid as many problems as you can in order to focus on learning the core.
Using the same version of Unity, than the one that was used to create the tutorial, is not mandatory but can make the things for you a little bit easier.
If you really want to avoid the installation of such version of Unity, what you can do also, is to ask your specific questions about the 3D Game Kit tutorial, in the official forum: 3D Game Kit Official Thread
You’ll have better chances to get support to those specific questions.