Search Unity

Unreal FPS - [Official Thread]

Discussion in 'Assets and Asset Store' started by TamerlanShakirov, Mar 15, 2017.

?

Upgrade Unreal FPS to a version of Unity

Poll closed Apr 19, 2019.
  1. Leave Unity 5.6.0 and higher.

    11.5%
  2. Unity 2017.1.0 and higher.

    5.8%
  3. Unity 2018.1.0 and higher.

    13.5%
  4. Unity 2018.3.0 and higher.

    51.9%
  5. Unity 2019.1.0 and higher.

    17.3%
  1. Firesoft

    Firesoft

    Joined:
    Dec 20, 2016
    Posts:
    308
    I wanna say I cant do it
     
  2. TamerlanShakirov

    TamerlanShakirov

    Joined:
    Feb 1, 2017
    Posts:
    785
    You can't damage the Easy AI?
     
  3. Firesoft

    Firesoft

    Joined:
    Dec 20, 2016
    Posts:
    308
    yeah
     
    TamerlanShakirov likes this.
  4. TamerlanShakirov

    TamerlanShakirov

    Joined:
    Feb 1, 2017
    Posts:
    785
    Show your code perhaps we can help.
     
  5. Firesoft

    Firesoft

    Joined:
    Dec 20, 2016
    Posts:
    308
    Ive deleted it. I did not change much.
     
  6. Firesoft

    Firesoft

    Joined:
    Dec 20, 2016
    Posts:
    308
    Ive posted the code yesterday. That was the enemy health script.

    Im gonna work on something else. Will try it again later.
     
  7. TamerlanShakirov

    TamerlanShakirov

    Joined:
    Feb 1, 2017
    Posts:
    785
    Try to add the script EnemyHealth
    Code (CSharp):
    1. public void SetHealth(int health)
    2. {
    3.     this.heatlh = health;
    4. }
    5.  
    6. public int GetHealth()
    7. {
    8.     return health;
    9. }
    And in the script se_RayCastAttack in void ShootDamage
    Code (CSharp):
    1. if (rhit.transform.tag.Equals("EasyAI")) { rhit.transform.gameObject.GetComponent<EnemyHealth>().SetHealth(rhit.transform.gameObject.GetComponent<EnemyHealth>().GetHealth() - damage); }
    And bot set tag "EasyAI"
    This should work
     
    Firesoft likes this.
  8. Firesoft

    Firesoft

    Joined:
    Dec 20, 2016
    Posts:
    308
    QUICK Tutorial Video!
    Next time I will show how to correctly set the Aim Sight! (Its an animation)

    Video:
     
    TamerlanShakirov likes this.
  9. Firesoft

    Firesoft

    Joined:
    Dec 20, 2016
    Posts:
    308
    Where the hell can I add the sight animation to the animator?
     
  10. TamerlanShakirov

    TamerlanShakirov

    Joined:
    Feb 1, 2017
    Posts:
    785
    FPSAnimator -> SightState -> Sight
     
    Firesoft likes this.
  11. Firesoft

    Firesoft

    Joined:
    Dec 20, 2016
    Posts:
    308
    thx
     
    TamerlanShakirov likes this.
  12. Firesoft

    Firesoft

    Joined:
    Dec 20, 2016
    Posts:
    308
    I love how easy it is to customize :D
     
    TamerlanShakirov likes this.
  13. Firesoft

    Firesoft

    Joined:
    Dec 20, 2016
    Posts:
    308
    New animation made by me in 10min :)

    Video:
     
    TamerlanShakirov likes this.
  14. Firesoft

    Firesoft

    Joined:
    Dec 20, 2016
    Posts:
    308
    Btw..
    What features will you add next Update?
     
    TamerlanShakirov likes this.
  15. TamerlanShakirov

    TamerlanShakirov

    Joined:
    Feb 1, 2017
    Posts:
    785
    • New 5 example weapon:
    1. Rifle
    2. Shotgun
    3. Sniper Rifle
    4. Knife
    5. RPG
    • Upgrade Melee Attack System
    • Upgrade Physics System
    • Add Scope System
    • Add Scope Builder
    The list can be extended
     
    Last edited: Apr 21, 2017
    Firesoft likes this.
  16. Firesoft

    Firesoft

    Joined:
    Dec 20, 2016
    Posts:
    308
    Awesome! Im so excited. :D
    Please dont forget to fix the meele attack on the AI.
    Because I really want it to work :)

    thank you!
     
    Last edited: Apr 21, 2017
    TamerlanShakirov likes this.
  17. TamerlanShakirov

    TamerlanShakirov

    Joined:
    Feb 1, 2017
    Posts:
    785
    You keep in mind that AI would have caused damage on the Player using Melee Attack?
     
    Firesoft likes this.
  18. Firesoft

    Firesoft

    Joined:
    Dec 20, 2016
    Posts:
    308
    Yeah!
     
    TamerlanShakirov likes this.
  19. Firesoft

    Firesoft

    Joined:
    Dec 20, 2016
    Posts:
    308
    I really need that multiplayer. lol
    I'll be waiting :)
     
    TamerlanShakirov likes this.
  20. TamerlanShakirov

    TamerlanShakirov

    Joined:
    Feb 1, 2017
    Posts:
    785
    AI deals damage, just move firepoint.
    firepoint is located near the barrel of the machine, when playing the animation, the muzzle moving up and the hit goes to the top.
     
    Firesoft likes this.
  21. TamerlanShakirov

    TamerlanShakirov

    Joined:
    Feb 1, 2017
    Posts:
    785
    Next-Gen FPS
    Coming soon release new update 1.0.2!!!
     
    Firesoft likes this.
  22. TamerlanShakirov

    TamerlanShakirov

    Joined:
    Feb 1, 2017
    Posts:
    785
    Your suggestions for the future update 1.0.3?
     
    Firesoft likes this.
  23. Firesoft

    Firesoft

    Joined:
    Dec 20, 2016
    Posts:
    308
    Need to see Update 1.0.2 first :)
     
  24. TamerlanShakirov

    TamerlanShakirov

    Joined:
    Feb 1, 2017
    Posts:
    785
    How goes your project?
     
    Firesoft likes this.
  25. Firesoft

    Firesoft

    Joined:
    Dec 20, 2016
    Posts:
    308
    Didnt had time to do anything the last 2 days.
    And I need to fix some things.

    So slow at the moment.
     
    TamerlanShakirov likes this.
  26. Firesoft

    Firesoft

    Joined:
    Dec 20, 2016
    Posts:
    308
    When will you release the new Update?
     
    TamerlanShakirov likes this.
  27. TamerlanShakirov

    TamerlanShakirov

    Joined:
    Feb 1, 2017
    Posts:
    785
    A week and a half we will send the version in the asset Store, and after sending it may take 2-3 days before publication.
     
    Firesoft likes this.
  28. TamerlanShakirov

    TamerlanShakirov

    Joined:
    Feb 1, 2017
    Posts:
    785
    Updated list of changes in Update 1.0.2!!!
    New:
    • Scope System
    • Scope Builder
    • Support different footsteps sounds on different surfaces
    • 5 example weapon
    • Shotgun System
    Upgrade:
    • Spread System
    • RayCast Attack System
    • Physics Attack System
    • Bullet System
    • AI System
    Bug fixes

    The list can be extended
     
    Firesoft likes this.
  29. TamerlanShakirov

    TamerlanShakirov

    Joined:
    Feb 1, 2017
    Posts:
    785
    Feel free to ask questions!
     
    Firesoft likes this.
  30. Firesoft

    Firesoft

    Joined:
    Dec 20, 2016
    Posts:
    308
    Think about having ragdoll when AI dies.
    Because you can do awesome stuff with it.
    Like you shoot the enemy with a shotgun and he flys back. That would be pretty awesome.
     
    TamerlanShakirov likes this.
  31. TamerlanShakirov

    TamerlanShakirov

    Joined:
    Feb 1, 2017
    Posts:
    785
    Yes good idea, we already thought of that. We implement this feature.
     
    Firesoft likes this.
  32. TamerlanShakirov

    TamerlanShakirov

    Joined:
    Feb 1, 2017
    Posts:
    785
  33. Firesoft

    Firesoft

    Joined:
    Dec 20, 2016
    Posts:
    308
    Hows the Update doing so far?
     
    TamerlanShakirov likes this.
  34. TamerlanShakirov

    TamerlanShakirov

    Joined:
    Feb 1, 2017
    Posts:
    785
    The update is ready, we will ship it in the assets store, 5 may
     
    Firesoft likes this.
  35. TamerlanShakirov

    TamerlanShakirov

    Joined:
    Feb 1, 2017
    Posts:
    785
    This weekend on Twitter, we'll publish screenshots of the new update
     
    Firesoft likes this.
  36. TamerlanShakirov

    TamerlanShakirov

    Joined:
    Feb 1, 2017
    Posts:
    785
    The updates will bring not only new systems and fixes, but also new models of weapons and animations.
     
    Firesoft likes this.
  37. Firesoft

    Firesoft

    Joined:
    Dec 20, 2016
    Posts:
    308
    Very nice!
    Im waiting :)
     
    TamerlanShakirov likes this.
  38. Firesoft

    Firesoft

    Joined:
    Dec 20, 2016
    Posts:
    308
    Please dont forget to Upgrade to unity 5.6 :)
     
    TamerlanShakirov likes this.
  39. TamerlanShakirov

    TamerlanShakirov

    Joined:
    Feb 1, 2017
    Posts:
    785
    Next-Gen FPS runs on all versions of Unity, from version 5.5.0
     
    Last edited: Apr 27, 2017
    Firesoft likes this.
  40. TamerlanShakirov

    TamerlanShakirov

    Joined:
    Feb 1, 2017
    Posts:
    785
    Have you tried to use the Next-Gen FPS in Unity 5.6?
     
    Firesoft likes this.
  41. Firesoft

    Firesoft

    Joined:
    Dec 20, 2016
    Posts:
    308
    No I did not because there was no info in the Unity Version log.
    So I was scared that my project would get killed.
     
    TamerlanShakirov likes this.
  42. TamerlanShakirov

    TamerlanShakirov

    Joined:
    Feb 1, 2017
    Posts:
    785
    Just in case make a backup.
     
    Firesoft likes this.
  43. Firesoft

    Firesoft

    Joined:
    Dec 20, 2016
    Posts:
    308
    Ive tryed to move the firepoint but the at still doesnt hit me, when he trys to hit me with meele attack.
     
    TamerlanShakirov likes this.
  44. Firesoft

    Firesoft

    Joined:
    Dec 20, 2016
    Posts:
    308
    Works with Unity 5.6.0f3
     
    TamerlanShakirov likes this.
  45. TamerlanShakirov

    TamerlanShakirov

    Joined:
    Feb 1, 2017
    Posts:
    785
    We sent you e-mail AI prefab, try to use it.
     
    Firesoft likes this.
  46. Firesoft

    Firesoft

    Joined:
    Dec 20, 2016
    Posts:
    308
    I did not get the e-mail :/
     
    TamerlanShakirov likes this.
  47. Firesoft

    Firesoft

    Joined:
    Dec 20, 2016
    Posts:
    308
    Never mind.
     
    TamerlanShakirov likes this.
  48. Firesoft

    Firesoft

    Joined:
    Dec 20, 2016
    Posts:
    308
    I see what you did I wanted to do that too :D
     
    TamerlanShakirov likes this.
  49. Firesoft

    Firesoft

    Joined:
    Dec 20, 2016
    Posts:
    308
    Hmm Im gonna tweak that a bit.
    The AI always hits the ground.
     
    Last edited: Apr 28, 2017
    TamerlanShakirov likes this.
  50. TamerlanShakirov

    TamerlanShakirov

    Joined:
    Feb 1, 2017
    Posts:
    785
    We sent to the email with which you wrote to us for the last time
     
    Firesoft likes this.