Hidden Object Game is a full Unity template ready for release. It is compatible with mobile as well as standalone and WebGL.
How to Play?
Try to find the hidden object in all the clutter. Find it quickly for a higher bonus.
Available in C# and JS
Credits
The sounds are courtesy of the free sound project.
Credits go to these authors for their great sound samples: justinbw, greencouch, and various others
Music track is an edited clip from Bassa Island by Incompetech Kevin MacLeod
Update History
1.4.0(29.05.2024)
- Updated to latest Unity versions
1.36 (09.12.2017)
- Removed JavaScript assets from all projects to prevent compatibility issues in the future.
1.35 (24.10.2017)
- Updated to versions 5.5, 5.6, and 2017
1.33 (03.08.2016)
- Support for Unity 5.3 and higher versions.
- Better support for UnityAds 5.2 and above.
1.31 (13.12.2015)
- Added support for Unity 5.3 SceneManager
- Uploaded several versions: 4.6.9, 5.1.4, 5.2.3 and 5.3
1.3 (15.09.2015)
- Fixed double click on hidden object that counts as two found objects.
- Fixed Global Music not registering in PlayerPrefs.
- Scattered objects across Z axis to prevent clipping on the lower left part of the game area.
1.28 (15.08.2015)
- Added Global Music script. Now the music flows seamlessly between scenes.
- Minor fixes to C# version.
1.26 (23.07.2015)
- Entire project converted to C#. The package now contains both JS and C#, both fully featured.
1.15 (29.09.2014)
- Added a script to the camera which automatically changes the game area to fit all the preset aspect ratios (5:4,4:3,3:2,10:16,16:10) as well as any custom resolution you want. This allows you to build the game once and make it fit all possible devices.
1.1 (09.09.2014)
- Added an option to use icons for hidden objects instead of text. ( Thanks to David Smith for the suggestion).
- Minor bug fixes, updated code comments and documentation.