RNG Session Essentials
Topology
DETERMINISTIC
Overview
This sample highlights the use of Quantum's RNG Session, which can be used to deterministically generate random numbers within the Quantum simulation.
Find here the manual for the RNG Session.
For a detailed overview of the sample, watch the following video tutorial which utilizes it.
Project Structure
Find the main assets and scripts for this project in the folder Assets/QuantumEssentials/RNGSession.
The folders are organized as follows:
- Simulation: Contains everything that is relevant to the sample; the components and systems since there is no specific script for the view side;
- Scene: Contains the main sample scene;
- Resources: Contains all prefabs and ScriptableObjects relevant to the sample.
Testing the sample
To test the sample, simply play the scene repeatedly and it will always spawn a randomly chosen character.
Back to top