Search Unity

AR Survival Shooter ☄️ FPS with Augmented Reality ☄️AR Shooter — Unity AR

Discussion in 'Assets and Asset Store' started by makaka-org, Mar 31, 2018.

  1. makaka-org

    makaka-org

    Joined:
    Dec 1, 2013
    Posts:
    1,023
    AR Survival Shooter is the first-person shooter in Augmented Reality: kill the zombies and save your life with full immersion in the game!

    ⚡Available on the Unity Asset Store (Docs).




    AR Engine

    The game uses 2 AR Engines with auto selection:
    1. AR Foundation (ARCore, ARKit) with real Plane Detection (includes tutorial, visual plane confirmation/resetting, placing the game around the player) & AR Safe Zone (the player needed to stay in the Safe Zone to avoid accidents during the game and meet enemies with honor; the game will be paused when leaving the Safe Zone).
    2. AR Camera Lite will be used when AR Foundation is not supported by the mobile device. It’s also used when Testing in Unity Editor: the game in Editor is always run with this Engine.
    Check Also
     
    Last edited: Jun 29, 2022
    bonsaisushi likes this.
  2. bonsaisushi

    bonsaisushi

    Joined:
    May 18, 2017
    Posts:
    34
    This is great and I'm really looking forward to buy it, how does it manage to detect the ground where the "zombies" walk? It's amazing!

    Would it work in a indoor environment?
     
    makaka-org likes this.
  3. makaka-org

    makaka-org

    Joined:
    Dec 1, 2013
    Posts:
    1,023
    For positioning of game objects in the world, I use my asset called AR Camera GYRO (docs). It operates with gyroscope without ground detection to cover a wider range of mobile devices than ARKit & ARCore. Scene adapted for AR, so you can easily use any AR engine manually.

    Yeah, man.
     
    Last edited: Mar 6, 2019
    bonsaisushi likes this.
  4. makaka-org

    makaka-org

    Joined:
    Dec 1, 2013
    Posts:
    1,023
    ☄️ 2.0: New Architecture: Object Pools

    EnemyManagersXRControl initializes each zombie type (EnemyManagerXR with Object Pool) now (more performance). There are 3 object pools in total: ZomBunny, ZomBear, Hellephant.
    • Unity 2018.1 version;
    • Object Pool with separate Enemy Manager for each Zombie prefab;
    • Caching of all Components & Animation Parameters for Enemy Prefabs;
    • Start Tutorial in Game Scene.
    Optimizations:
    • Merge EnemyMovementXR.cs with EnemyHealthXR.cs;
    • InvokeRepeating () => Coroutine in EnemyManagerXR.cs;
    • Set “navMeshAgent.enabled = false;” once after Death;
    • Enemies are disappearing right after death now.
     
    Last edited: Mar 6, 2019
  5. makaka-org

    makaka-org

    Joined:
    Dec 1, 2013
    Posts:
    1,023
    Last edited: Mar 6, 2019
  6. makaka-org

    makaka-org

    Joined:
    Dec 1, 2013
    Posts:
    1,023
    ☄️ 2.2 version with Unity 2018.3

    Download.

    New:
    • Unity 2018.3 version;
    • New Chapters in Documentation:
      • How to set up your own Enemy prefab;
      • How to change Death Animation.
    Fixes:
    • Fix StartCanvas, so you can seamlessly add buttons to HUDCanvas if you want.
     
    Last edited: Mar 6, 2019
  7. makaka-org

    makaka-org

    Joined:
    Dec 1, 2013
    Posts:
    1,023
  8. makaka-org

    makaka-org

    Joined:
    Dec 1, 2013
    Posts:
    1,023
    ☄️ New 2.3 version with Unity 2019

    Download on Unity Asset Store.
    • Unity 2019.2.9;
    • AR Camera GYRO 3.2;
    • Unified UI Layout to match different resolutions (iPhone XS Max => iPhone 6);
    • TextMesh Pro 2.0.1 is provided with Unity Package Manager now.
     
  9. jaweherncir

    jaweherncir

    Joined:
    Apr 29, 2020
    Posts:
    5
    Hello please a need somone help me, how to shoot fps and damage enemy !!!! Help please
     
  10. makaka-org

    makaka-org

    Joined:
    Dec 1, 2013
    Posts:
    1,023
    ☄️ DOCS & SUPPORT

    First of all, read the docs.
    If it didn't help, get the support.

    If you find a bug or you can't use the asset as you need, please first send me an email to info@makaka.org (in English or in Russian) before leaving a review to the asset store.

    I am here to help and to improve my assets for the best.

    Response time can be up to 3 business days.
     
  11. jaweherncir

    jaweherncir

    Joined:
    Apr 29, 2020
    Posts:
    5
    Thank you sir
     
  12. jaweherncir

    jaweherncir

    Joined:
    Apr 29, 2020
    Posts:
    5
    I have anather problem, how con create room. With arcore sceene !!!
     
  13. makaka-org

    makaka-org

    Joined:
    Dec 1, 2013
    Posts:
    1,023
    This thread is only about AR Survival Shooter that uses AR Camera GYRO.
    If you need support for it, please read my previous answer above.
     
  14. makaka-org

    makaka-org

    Joined:
    Dec 1, 2013
    Posts:
    1,023
  15. makaka-org

    makaka-org

    Joined:
    Dec 1, 2013
    Posts:
    1,023
    I've just released it here.
     
  16. makaka-org

    makaka-org

    Joined:
    Dec 1, 2013
    Posts:
    1,023
  17. makaka-org

    makaka-org

    Joined:
    Dec 1, 2013
    Posts:
    1,023
  18. makaka-org

    makaka-org

    Joined:
    Dec 1, 2013
    Posts:
    1,023
    AR Safety: AR Safe Zone feature is included in AR Shooter with AR Foundation version


    The player needs to stay in the Safe Zone to avoid accidents during the game and continue the game itself! The player will be notified when leaving the Safe Zone. AR Safety First.
     
  19. makaka-org

    makaka-org

    Joined:
    Dec 1, 2013
    Posts:
    1,023
    AR Shooter 3.3 — Update

    Features:
    • AR Onboarding UX with Transparent Video Manuals & AR States;
    • AR Light Estimation: estimates light data in physical space and applies it to game space.
    Improvements:
    • Unity 2021.1.28;
    • Plane Detection Tutorial: Loading Animation, Clearer Guidance;
    • Modern Standards of Project Settings (based on New Unity Project);
    • Blocking Player Shooting until Game Start;
    • AR Shadow 3.0;
    • AR Camera Lite 4.2;
    • Native Camera 1.3.1;
    • AI Navigation 1.0.0-exp.4 package in UPM.
    Fixes:
    • iOS: “Error Domain=com.apple.arkit.error Code=102 “Required sensor failed.”
    Unity Asset Store (Docs).
     
  20. makaka-org

    makaka-org

    Joined:
    Dec 1, 2013
    Posts:
    1,023
  21. makaka-org

    makaka-org

    Joined:
    Dec 1, 2013
    Posts:
    1,023
    New Review ⭐ by Bernd Schernthaner for AR Unity Asset

    "Great Asset for me as beginner in Unity to learn and understand the program and codes.
    I`m in development of an game based on that template which will be released hopefully soon as possbile :)"

    AR Shooter on Unity Asset Store.

    ----

    Thank you so much, Bernd!

    If you find a bug, or you can’t use the asset as you need,
    please contact me first before leaving a review to the asset store.

    Support.

    I am here to help and to improve my assets for the best.

    review-ar-shooter.jpg