Skip to content

Latest commit

 

History

History
51 lines (37 loc) · 1.63 KB

File metadata and controls

51 lines (37 loc) · 1.63 KB

Contributing to Unity Low-End Android Optimization Guide

Thank you for your interest in contributing to this project.

This repository is designed to provide practical Unity optimization techniques, examples, and guides for developers building games for low-end Android devices.

Contributions that improve the accuracy, usefulness, and practical value of this repository are welcome.

Ways to Contribute

You can contribute by:

  • Improving existing C# examples
  • Adding new Unity optimization techniques
  • Fixing errors or outdated information
  • Improving documentation
  • Adding practical profiling examples
  • Adding mobile performance tips
  • Improving object pooling examples
  • Sharing techniques for reducing memory usage
  • Adding draw call optimization examples
  • Improving texture or shader optimization guides

Contribution Guidelines

Before submitting a contribution:

  1. Make sure the content is relevant to Unity game development.
  2. Focus on practical optimization techniques.
  3. Keep code examples clean and easy to understand.
  4. Add comments when necessary.
  5. Avoid unnecessary dependencies.
  6. Test C# examples before submitting them.
  7. Keep documentation clear and beginner-friendly.

Adding a New Guide

If you want to add a new optimization guide:

  1. Create a descriptive Markdown file inside the appropriate folder.
  2. Use clear headings.
  3. Include practical examples where possible.
  4. Explain when the optimization technique should be used.
  5. Avoid making unsupported performance claims.
  6. Add the new guide to the README if it is useful for most users.

Example:

optimization-guides/
└── audio-optimization.md