Search Unity

Is there any good learning ressource for writing Unity3d unit tests?

Discussion in 'Testing & Automation' started by OrlovskyConsultingGbR, Apr 1, 2020.

?

How your experience with Unity3D testing

  1. Great

    0 vote(s)
    0.0%
  2. Average

    37.5%
  3. Bad

    12.5%
  4. Neutral

    50.0%
  1. OrlovskyConsultingGbR

    OrlovskyConsultingGbR

    Joined:
    Mar 17, 2020
    Posts:
    63
    Hi all!
    I am kind of new to the Unit3D testing "game" i did my best and found some docu on unity official page and some blogs about unit3d testing.
    Still i would like to know if there any good learning resources or courses for writing Unity3d unit tests?
     
    MajeureX likes this.
  2. liortal

    liortal

    Joined:
    Oct 17, 2012
    Posts:
    3,562
    I have written internal documentation in our company about this. it's nothing fancy, but it also gathers some links from across the web (some are fairly old i must say), but still this is a starting point.

    I will check if it's possible to share that doc.
     
    LeonhardP and Raikish like this.
  3. OrlovskyConsultingGbR

    OrlovskyConsultingGbR

    Joined:
    Mar 17, 2020
    Posts:
    63
    liortal interesting, have you tried to write unit system for new Unity entity component system?
     
  4. liortal

    liortal

    Joined:
    Oct 17, 2012
    Posts:
    3,562
    no, i haven't used ECS yet unfortunately.
     
  5. OrlovskyConsultingGbR

    OrlovskyConsultingGbR

    Joined:
    Mar 17, 2020
    Posts:
    63
    People Unity is big, there so many things to learn, animation, 3D design, light control and special effects and then you have whole software engineering challenge which writing own code for in game mechanics.
    My best advise to all who start with Unity: learn the basics first then keep an eye on new Unity tech via Unity live online sessions.
     
  6. MajeureX

    MajeureX

    Joined:
    May 4, 2020
    Posts:
    13
  7. OrlovskyConsultingGbR

    OrlovskyConsultingGbR

    Joined:
    Mar 17, 2020
    Posts:
    63
    Sounds and looks interesting thanks!
     
    Last edited: May 27, 2021
    MajeureX likes this.