Readme.txt 2.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849
  1. /*
  2. [README COMBINE]
  3. Same Material - Combine Static Meshes
  4. Lylek Games
  5. [COMBINED STATIC MESHES]
  6. FOR USE IN THE EDITOR!
  7. This script is design to combine multipl meshes (with the same material) into a single mesh. To do this,
  8. first create an empty game object, then drag and your meshes inside so that they are children of the empty gameobject.
  9. Now simply select the empty game object and press Tools > Combine > Static Meshes! All done! Feel free to take a look
  10. at the components of the once empty game object. You will find that the CombineMeshes script has been added. You may
  11. use this script to revert the empty game object back to normal and restore (set active) the child meshes.
  12. [Update 1.1.3]
  13. - Added precautions to prevent improper use of the combine script. (Do not add the script to objects with existing mesh data).
  14. [Update 1.1.2]
  15. - You can now save your combined meshes as prefabs! After using the combine method, a save option will be available
  16. in the Editor, via the CombineMeshes script, attached to the combined gameObject.
  17. - Your prefab, as well as the mesh data that is created, will be named the name of your GameObject. Saving gameObjects
  18. of identical names may override existing prefabs.
  19. - You have the option to save destructive or non destructive. Saving destructive will destroy all child gameObjects.
  20. Saving non destructive will preserve all child gameObjects.
  21. VIDEO DEMO: https://www.youtube.com/watch?v=cLUvJ1P010A
  22. I have included a 'RateStaticMeshCombiner' script which will propmpt the user (you!) to rate this asset. This prompt
  23. should only ever appear the one time, regarless of your choice. If there are any issues with this prompt, please let
  24. me know, or simply delete the script located directly in the CombineMeshes folder. Thanks!
  25. [SUPPORT]
  26. We do our best to make our assets as user-friendly as possible; please, by all means, do not hesitate to send us an email if you have any questions or comments!
  27. support@lylekgames.com, or visit http://www.lylekgames.com/contacts
  28. **Please leave a rating and review! Even a small review may help immensely with prioritizing updates.**
  29. (Assets with few and infrequent reviews/ratings tend to have less of a priority and my be late or miss-out on crucial compatibility updates, or even be depricated.)
  30. Thank you! =)
  31. *******************************************************************************************
  32. Website
  33. http://www.lylekgames.com/
  34. Support
  35. http://www.lylekgames.com/contacts
  36. */