What is the correct Bibtex entries for citing Unity in publications?

I’m developing simulations using Unity and writing publications too. However I don’t know the right Bibtex entries for Unity. Publications seem to cite Unity by using website and access date.

In R, by typing ‘citation()’ I would get

> citation()

To cite R in publications use:

  R Core Team (2014). R: A language and environment for statistical
  computing. R Foundation for Statistical Computing, Vienna, Austria.
  URL http://www.R-project.org/.

A BibTeX entry for LaTeX users is

  @Manual{,
    title = {R: A Language and Environment for Statistical Computing},
    author = {{R Core Team}},
    organization = {R Foundation for Statistical Computing},
    address = {Vienna, Austria},
    year = {2014},
    url = {http://www.R-project.org/},
  }

We have invested a lot of time and effort in creating R, please cite it
when using it for data analysis. See also ‘citation("pkgname")’ for
citing R packages.

My question is what the correct entries for Unity? Does anyone know?

Each Journal/conference has their own requirements for the reference style (Oxforf,Harvard, Mla), Just go to the webpage of the journal you want to publish, in and check their author’s guide. All information is there.

And here I am, three years later, sadly no response :frowning: