I’m new to unity and game making in general, so i was very happy about the creator kits. I opened up the puzzle one, and like 500 errors appear in the console. I open up the FPS one, same thing. (invalid scripts, and stuff like that) Is there any way to fix this?
Looks like you’ve learned (or shortly will learn) something important already: when asking for help, be specific. Nobody can help you with error messages if you don’t show what the error messages are.
You can copy/paste the first error from the Console, or you can post a screenshot showing the first several errors. Either works.
after selecting ExampleScene and playing: Imgur: The magic of the Internet (after some time the ones at the beggining appear too)
also i can’t move, look around and don’t have the gun and can’t do anything really when i play and when i look at the codes they’re fine but for some reason aren’t valid
OK, the “has no metafile” errors are not real errors. They’re gripes, and certainly something Unity should fix, but harmless. Same for all those warnings that appear in the first screen shot.
Click the Clear button at the top of the console window, and those should go away. Any real errors will remain. Are there any of those?
Conversely, the “referenced script is missing” warnings indicate real problems. Probably this means that you somehow loaded the scene before all the scripts were imported, or something. That’s going to cause things to not work in the example scenes, though if your plan is to follow the tutorial and assemble things yourself, that will work fine.
Unity’s gotten a bit rough in this way in recent years… but bear with it, it’s still the best tool around (unless you want an easy way to learn 2D game development, in which case, ask me how! )
ok so i opened a new scene, placed the brain room and a germ slime (like the tutorial says) and when i wanted to add the target script it said that the class name and the script name don’t match even tho they do, and i don’t know what to do…
When you create a new scene, one room (the brain room) is already included in that scene. Also, when you add the GermSlimeTarget prefab to the scene, the Target (Script) component is automatically added to the Inspector.
Try starting from scratch by opening a new Creator Kit: FPS project.
Well that’s the problem. I’ve tried reopenening and reinstalling the Project. Even redownloaded Unity and put it into disk D instead of C and the script’s still aren’t loading correctly.
Hi there… just starting with Unity and thought: “Oh wait! What he says could actually still work!” - Well: “The Asset Store has moved.” - So going kinda back to a version that supports the kits and open it up that way, won’t work.
I tried the kits… didn’t work… so… Well… Seems Unity doesn’t like Newbies.