GitHub
2e4f352d
Update Phase1.md
4 年前
mohsen.k
6fc4aaa6
images
4 年前
GitHub
bad89b79
Update Phase1.md
4 年前
mohsen.k
07558578
Create fixedscenarioempty.png
4 年前
mohsen.k
ebb4077b
Update scenario_hierarchy.png
4 年前
mohsen.k
5de870c2
Merge branch 'tutorial_sample_project' of https://github.com/Unity-Technologies/com.unity.perception into tutorial_sample_project
4 年前
GitHub
80e83d4a
Update Phase1.md
4 年前
mohsen.k
e8889171
Create scenario_hierarchy.png
4 年前
GitHub
bc515007
Update Phase1.md
4 年前
GitHub
2c0d168a
Update Phase1.md
4 年前
mohsen.k
018947bd
images and foreground assts
4 年前
mohsen.k
8034deb0
adding some foreground assets for testing
4 年前
GitHub
5996d52a
Update Phase1.md
4 年前
GitHub
98223be6
Update Phase1.md
4 年前
mohsen.k
b1cd1f8f
images
4 年前
mohsen.k
04f6f023
Merge branch 'tutorial_sample_project' of https://github.com/Unity-Technologies/com.unity.perception into tutorial_sample_project
4 年前
GitHub
3bccd866
Update Phase1.md
4 年前
mohsen.k
e9ec3b99
images
4 年前
mohsen.k
23903d88
images
4 年前
mohsen.k
e5913192
Merge branch 'tutorial_sample_project' of https://github.com/Unity-Technologies/com.unity.perception into tutorial_sample_project
4 年前
GitHub
1a6eb960
Update Phase1.md
4 年前
mohsen.k
644a3e23
renaming and images
4 年前
mohsen.k
e124ffce
Merge branch 'tutorial_sample_project' of https://github.com/Unity-Technologies/com.unity.perception into tutorial_sample_project
4 年前
GitHub
eab6df76
Update TUTORIAL.md
4 年前
GitHub
929d8fc3
Update Phase1.md
4 年前
GitHub
1d0b4628
Update TUTORIAL.md
4 年前
GitHub
c6f2a2a4
Update TUTORIAL.md
4 年前
mohsen.k
0dbb7afd
adding images folder
4 年前
mohsen.k
e0574aa5
Testing sample assets, tutorial moved
4 年前
Steven Leal
794ecb89
added generic seed generator apis to ScenarioBase
4 年前
GitHub
94c2cbff
Create Phase1.md
tutorial folder structure
4 年前
Steven Leal
7b8062f9
added chevron to AddRandomizerMenu directory label
4 年前
GitHub
44df604d
Update TUTORIAL.md
4 年前
Steven Leal
e591cf42
improved AddRandomizer menu
4 年前
GitHub
89243f99
Update TUTORIAL.md
4 年前
Steven Leal
7cd5e8d4
added hue randomizer
4 年前
GitHub
122779d8
Update TUTORIAL.md
Writing introduction
4 年前
Steven Leal
3454be33
added xml docs to sample randomizers
4 年前
GitHub
d04444c9
Update TUTORIAL.md
4 年前
Steven Leal
8b32ecd1
added sample randomizers
4 年前
GitHub
5ef44ea2
Update TUTORIAL.md
test commit
4 年前
Steven Leal
70103f43
removed some commented code from the parameter class
4 年前
GitHub
9d54c205
Created a new md file for the upcoming tutorial
4 年前
Steven Leal
cd865bc4
updated changelog
4 年前
mohsen.k
92c7310c
added to package
Sample tutorial folder added to package, and is now visible and importable in the package manager.
4 年前
Steven Leal
58799d44
Added Randomizers and RandomizerTags
4 年前
GitHub
f71dea44
Merge pull request #78 from Unity-Technologies/fix-capture-time-math
Fixes math in SimulationState SequenceTimeOfNextCapture
4 年前
Devin Miller
d56066a2
Fixes math in SimulationState SequenceTimeOfNextCapture
SequenceTimeOfNextCapture was reporting time with respect to two
different frames depending on context: either it would report absolute
time since the start of the sequence, if the first capture had not been
completed, or it would report the amount of time left until the next
capture, relative to the current time.
Removed logic which reported relative time, which seems like it was not
part of any code path, or was being corrected for elsewhere in
SimulationState's update loop. Removed some of the error correction in
the update loop and added stricter expectations for the management of
the timing code.
Added unit tests to ensure function reports time we'd expect regardless
of context.
Created follow-up task AISV-845 for making the timing code less fragile.
4 年前
christopher.kerr
9728cea0
review and image captions
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 年前