Skip to content

quant-scientist/UnityBodyScaler

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Unity Body Scaler

A Unity-based application for 3D body scaling and model manipulation, designed for custom-fit product creation and 3D printing.

Project Structure

UnityBodyScaler/
├── Assets/
│   ├── Scripts/           # C# scripts for game logic
│   ├── Models/            # 3D models and STL files
│   ├── Prefabs/           # Unity prefabs
│   ├── Scenes/            # Unity scenes
│   └── UI/                # UI assets and scripts
├── Packages/              # Unity package dependencies
└── ProjectSettings/       # Unity project settings

Features

  • 3D avatar generation based on body measurements
  • STL file import and manipulation
  • Mesh simplification and optimization
  • Custom user interface for measurement input
  • Export functionality for individual and batch STL files
  • Rotation and translation controls
  • Cross-platform support (Windows and Mac)

Requirements

  • Unity 2022.3 LTS or newer
  • C# programming knowledge
  • Basic understanding of 3D modeling concepts

Setup Instructions

  1. Clone this repository
  2. Open the project in Unity
  3. Import required packages:
    • STL file importer
    • Mesh optimization tools
  4. Set up the development environment
  5. Build and run the project

Development Guidelines

  • Follow Unity's coding standards
  • Use meaningful variable and function names
  • Comment code appropriately
  • Test changes before committing
  • Update documentation when making significant changes

License

This project is proprietary and confidential. All rights reserved.

Demo Video

Watch the project demo on YouTube

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published