Where is Bootcamp Demo?

Bootcamp package is disappeared.
Does anyone know where it’s gone to? Or its archive?

Unity sample projects are generally designed as examples of best practice and to demonstrate usage of various features of the engine. Each major version typically has come with new project(s) - the Island demo, Car tutorial, and Bootcamp were all v3.x, Angrybots, Stealth, and 2d shooter were v4.x for example.

I think Bootcamp has been removed since it no longer represents best practice nor demonstrates any Unity features introduced in the last 3yrs or so - it doesn’t have Mecanim animation and it uses the ancient GUI system, for example. It certainly doesn’t show-off PBR or lighting improvements, and it doesn’t compile to mobile platforms. In fact, the code won’t even work in v5.x without manually adjusting any deprecated features. So I guess that’s why it’s gone.

For those looking for the demo: I’ve uploaded it to github (with Unity Technologies permissions). The project is upgraded to Unity 4.7.2.

You can find the project here:
https://github.com/OldUnityDemos/Bootcamp