License.txt 968 B

1234567891011121314151617181920
  1. ////////////////////////////////////////////////////////////
  2. // Spider Bot Model and Animations //
  3. ////////////////////////////////////////////////////////////
  4. Mecanim Example Scenes by Unity Technologies:
  5. https://assetstore.unity.com/packages/essentials/tutorial-projects/mecanim-example-scenes-5328
  6. The model was originally called "mine_bot".
  7. The license applied to these assets is unclear:
  8. - No licensing details were included in the package or store page.
  9. - They have been used in other assets such as the A* Pathfinding Project:
  10. https://assetstore.unity.com/packages/tools/ai/a-pathfinding-project-pro-87744
  11. - However, Unity intended them as examples so they tend to discourage people from using them in games.
  12. The model and animations have been altered for use in Animancer:
  13. - Cleaned up the naming convention for bones, meshes, etc.
  14. - Added foot bones for each leg so it can support Two Bone IK.
  15. ////////////////////////////////////////////////////////////