Skip to content

Instantly share code, notes, and snippets.

View somedeveloper00's full-sized avatar
🏠
Working from home

Saeed Barari somedeveloper00

🏠
Working from home
  • Iran
View GitHub Profile
@somedeveloper00
somedeveloper00 / ConvertToObj.cs
Created March 30, 2023 11:17 — forked from NewEXE/ConvertToObj.cs
Export Unity Game Objects to Wavefront OBJ
// On the basis: https://forum.unity.com/threads/export-obj-while-runtime.252262/
// How to use:
// Put file to Assets/Editor folder
// then select GameObject -> Export selected objects
// in Unity's main panel.
using System;
using System.Collections;
using System.Collections.Generic;
using System.Diagnostics;