Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

This project was made for the JetBrains internship program in 2023. The goal of this tool is to analyze a unity scene dump, determine scene hierarchy and find which script are unused. For achieving this, I am using a yaml parser nuget to extract information from “.unity” files, I determine scene hierarchy and also find which scripts are used in every single file. Afterwards, I parse all scripts using Roslyn and determine which ones are serialized. Finally, I write the information in csv and dump files.

About

This repository contains my console project that computes scene hierarchy and finds unused scripts from a unity scene dump

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages