Hi.I have downloaded the epub book from amazon Unity Game Development in 24hrs by Mike Geig.My question is where can I get the files(models,animations)that the book says are included with the book?
From the Amazon user Reviews it sounds like there should be a download code / URL as text inside the book.
Thereâs a page near the front with a download link. Also, hello.
Hi there,
Iâm replying here because I encountered this problem this morning and finally solved it. The link that is currently in the textbook is broken because informit.com/register is redirecting to informit.com/safarifree as a promotional offer (for myself and others). It then prompts you to sign up for an online version of the book which does not include the book assets. Understandably confusing.
You have to go to informit.com and manually sign up and then search the book by ISBN, then on the bookâs page there is a tab for âDownloadsâ which contains the assets.
So, strictly speaking the book isnât linking to the assets as long as informit is running that safari promotion and redirectingâŚ
Here is a link to the assets themselves: http://www.informit.com/content/downloads/downloads/9780672336966_Assets.zip
I hope this helps
Hello Mike,
I bought the Unity 2018 game development book this weekend. I have tried to access the download link located in the book for the scripts in chapter 7. Do you know if there is an error on the download?
Thank you for the assistance!
What happened when you tried deuxiemeâs solution?
I was able to download the zip file. It was older and doesnât have the same scripts. They had a mono script that threw some errors when attaching them to the gamemanager. It was saying there was an error in the following section of code:
void Start () {
//prevent the character controller
//from looking around
motorScript.enabled = false;
lookScript.enabled = false;
}
I may have to re-verify the issue later tonight then if this isnât an actual issue.
Howdy, sorry I just saw this. I donât check the forum notifications often. What happens when you try to download the files? Iâve confirmed that all the files are live and available
im also having a problem itâs saying my book code and the book was never used before purchase
Which edition of the book are you using? With the 3rd edition the files are just available for download on my website.
2nd edition
Oh, got ya. Those files are hosted on Pearsonâs own site. I donât have any control over that. Can you contact the site support?
I, too, am using the 2nd edition of âSams Teach Yourself Unity Game Developmentâ, and I downloaded the book assets for Hour 7, but they said that they canât add the script because it doesnât derive from MonoBehaviour. I look at the setup for the script, and MonoBehaviour is in there, and the class is the same. Can somebody please help me with this issue?
Also, it is the physical version, not the online version.
These are my files for Hour 7âs game âAmazing Racerâ
4644115â435943âFinishScript.cs (324 Bytes)
4644115â435946âGameControlScript.cs (2.28 KB)
4644115â435949âRespawnScript.cs (461 Bytes)
Sounds like you have a compilation error which is causing the script to not fully compile.
Do you have a possible solution to that problem by any chance?
Check your console window for errors and then fix any compilation errors you find.
Would this help my script issue, because they wonât go in to the thing theyâre supposed to be. Iâll look, but Iâm not too sure on it.
Yes, exactly. You canât apply them because they have a flaw and Unity is preventing it. Even if the flaw is in a different script, Unity will stop compilation