Search Unity

Template [WIP] 3D Hidden Object Game Starter

Discussion in 'Tools In Progress' started by firejerm, Apr 25, 2018.

  1. firejerm

    firejerm

    Joined:
    Dec 28, 2012
    Posts:
    43
    A work in progress. Almost ready.
    3D Hidden Object Starter to be released on Gumroad and the Asset Store.

    Can be used to make HOG style levels and games using 3D assets.
    Able to integrate into your current project as well. Can be used with static camera, FPV, TPV.
    Could be used with your inventory systems as well, with very little effort.

    Comes with a Random Spawner in range script and an easy pause script and a demo scene.



    Basic Instructions:
    Just import package, import your models, make them prefabs with a Box Collider. Set prefabs in Resources/Items/Prefabs.
    Create "item" tag and "Click" input in project settings. Set your item list ui, hint button. in inspector.
    Done.

    Full Description:
    The script creates a list of items, adds the name of the items for you to find. The hint button grabs random item and puts a shine FX on it. Disables the hint button with a countdown, and re-enables it when countdown is over. When all objects are found, end the level.(calls for end level, can be whatever you want to do).
    For more time saving and features:
    An included Random Spawn component can be added to each item prefab.
    just set the min and max spawn radius in x,y,z to control the spawn area.

    Also included is an Easy Pause script to pause game and bring up main menu.
    Just set pause button and menu in inspector.

    Both HOG script and Pause script go into game manager.

    TODO: Finish the missed clicks handler.
     
  2. Maphos0024

    Maphos0024

    Joined:
    Feb 13, 2021
    Posts:
    5
    hi, any update on this? im looking for a tutorial/asset something like this for learning, like it will ask you to search for an obj and the player looks for that object and click submit to submit if the object is right.