Steven Leal
a72ab433
Parameters are now stateful when sampling values
4 年前
Steven Leal
ce61e59b
more api documentation
4 年前
Steven Leal
52558327
fixed float range tests
4 年前
Steven Leal
baff24ea
merged sampler interfaces
4 年前
GitHub
a68c66c4
Merge pull request #57 from Unity-Technologies/randomization-housekeeping
Randomization housekeeping
4 年前
Steven Leal
92fabc1e
added sampler utility test
4 年前
GitHub
d6d48f68
Merge pull request #61 from Unity-Technologies/sampler-zeroing-out-fix
Better hashing used for iterating random sampler states
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
78e49904
replaced individual sampler seeds with one global seed
4 年前
Steven Leal
5b0d6205
updated changelog and fixed tests
4 年前
GitHub
af13a3d8
Merge pull request #142 from Unity-Technologies/global-seed
Replaced individual sampler seeds with one global seed
4 年前
Mohsen Kamalzadeh
fb5da2c0
almost done now
4 年前
Mohsen Kamalzadeh
4717b7e9
added test and fixed a couple of bugs
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
e168b600
removed range as required ISampler interface property
4 年前
Mohsen Kamalzadeh
354b49f0
Revived samples in range test for animation curve sampler
4 年前
GitHub
d98bf0d6
Merge pull request #150 from Unity-Technologies/animation_curve_sampling
Added animation curve sampling + sampler deserialization bugfix + native sampling removal
4 年前
Mohsen Kamalzadeh
ca800ae6
Merge branch 'master' into manual_capture
4 年前
Steven Leal
fbe25be8
isolated sampler state in its own static class
4 年前
Mohsen Kamalzadeh
84f27236
Merge branch 'isolate-sampler-random-state' into manual_capture
4 年前
GitHub
7ba383fe
Merge pull request #159 from Unity-Technologies/isolate-sampler-random-state
Isolate sampler random state from scenarios
4 年前
Steven Borkman
dd6870b8
Merge branch 'master' into keypoints
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 年前