Howdy everyone, recently I recorded a live training session on using Unity 5’s new asset bundle system (Video currently unavailable, no ETA). Afterwards, I decided to keep working on the asset bundle manager scripts that I had created for the session. I am assuming that since they are useful for me, they may be useful to others as well.
With that in mind, I have created a GitHub repo containing my up-t0-date code. Feel free to check it out. I am welcoming any requested features, fixes, changes, etc. I won’t be able to dedicate a ton of time to this project, but I would love to make it more robust and feature rich. Download the project and see what you think. Be sure to let me know if I am missing anything vital.
Cheers!
We tried the link in the “here” and it sends us to a “Forbidden” page (even if logged into the unity3d)
Is the link or permissions correct?
sorry about that. The video was taken down. Don’t have a timeline on when it will be back.
Hi I tried your code but it giving error as-
Assets/Scripts/PlayerMotion.cs(39,24): error CS0103: The name `touchPad’ does not exist in the current context
Assets/Scripts/PlayerMotion.cs(42,35): error CS0103: The name `touchButton’ does not exist in the current context
How do I fix it?
Howdy, those must be remnants from the project I used to build it. Feel free to remove that script or comment out the references to the touch scripts in it.