Readme_InteractionSystem.txt 969 B

12345678910111213141516171819202122
  1. //======= Copyright (c) Valve Corporation, All rights reserved. ===============
  2. The Interaction System is a series of scripts, prefabs and other assets that was the basis of all the minigames and other scenes in The Lab.
  3. There is a sample scene included at Samples/Scenes/Interactions_Example.scene that shows example usage of many of the components of the interaction system.
  4. Refer to InteractionSystem.pdf for instructions on getting started and more documentation.
  5. Changelog:
  6. v1.0.1
  7. - Updated documentation to fix a few minor errors
  8. - Added an icon for all the scripts in the interaction system
  9. v1.0.0
  10. - Initial version
  11. - Includes all scripts and assets for the core interaction system
  12. - Includes scripts and assets for Teleport
  13. - Includes scripts and assets for Hints
  14. - Includes scripts and assets for Longbow
  15. - Added sample scene Interactions_Example that demonstrates uses of most of the components of the interaction system
  16. - Added documentation