Steven Leal
5e143e2b
randomization interface update
4 年前
Steven Leal
687816c5
responding to PR feedback
4 年前
Steven Leal
a72ab433
Parameters are now stateful when sampling values
4 年前
Steven Leal
ce61e59b
more api documentation
4 年前
Steven Leal
71c792b9
fixed exception that occurs when a user exits folder selection without selecting a folder
4 年前
Steven Leal
6fc1e7cb
updated sampler api doc strings
4 年前
Steven Leal
63c98aa9
removed parameter and sampler display name attributes
4 年前
Steven Leal
fd4ab9ac
documented display name methods
4 年前
Steven Leal
825c6c75
using hash function to properly offset random seeds
4 年前
Steven Leal
7e84dd5e
inlined iterateSeed code
4 年前
Steven Leal
328dfb24
added missing parenthesis to iterateSeed method
4 年前
Steven Leal
5773cd47
removed unnecessary bit shift
4 年前
Steven Leal
52f51eec
added explicit check for zero valued random state
4 年前
Steven Leal
0c713aff
implemented parameter behaviours
4 年前
GitHub
d290dab1
Changed the namespace of randomization tools to UnityEngine.Experimental ( #74 )
* changed the namespace of randomization tools to experimental
* moved randomization UI code to experimental namespace
* updated docs to emphasize that the randomization tools are experimental
* updated changelog
4 年前
Steven Leal
58799d44
Added Randomizers and RandomizerTags
4 年前
Steven Leal
78e49904
replaced individual sampler seeds with one global seed
4 年前
Steven Leal
6555ddb7
updated api xmldocs
4 年前
Steven Leal
8c18953c
addressed PR feedback
4 年前
Steven Leal
a2571f97
Added SamplerUtility.Hash32NonZero() API
4 年前
Mohsen Kamalzadeh
fb5da2c0
almost done now
4 年前
Mohsen Kamalzadeh
4717b7e9
added test and fixed a couple of bugs
4 年前
Mohsen Kamalzadeh
a71f3498
bugfix
4 年前
Mohsen Kamalzadeh
6a9a43d9
Modifications after peer review
- Removed native sampling (through jobs) capability from all samplers and parameters as no users have so far needed this, and it introduces additional complexity to the code
- Removed native sampling from the newly introduced AnimationCurveSampler.
- Removed the sampler initialization and cleanup functions based on feedback.
- Modified all randomization tests to not use native sampling
- Removed native sampling related sections from docs
4 年前
Steven Leal
a66dd5e7
added missing xml docs
4 年前
GitHub
7cd80d5c
Removed randomization tooling from the experimental namespace ( #177 )
* removed randomization tooling from the experimental namespace
* removed experimental namespace from randomization docs
* removed vestigial precompiled references from asmdefs
* added note to parameters doc
* added helpful link inside parameters doc
* fixed script name
* added MovedFrom attribute to randomization APIs
4 年前
Steven Borkman
3519b058
Fix problem with normal sampler
4 年前