Publisher | Boris Lazeyras |
---|---|
File size | 3.79MB |
Number of files | 48 |
Latest version | 1 |
Latest release date | 2024-07-04 10:38:14 |
First release date | 2024-07-04 10:38:14 |
Supported Unity versions | 2018.4.2 or higher |
Testing on Unity version 2022 but should work on version 2021
https://www.blinformatique.fr
[email protected]
Scene Cleaner & Optimiser
First of all, it is very important to make a backup of your project before using, Scene Cleaner & Optimizer. The changes to the project are irreversible.
Description:
Scene Optimize & Cleaner, it is several tools to clean your scenes of everything that is useless and to check the objects, scripts, etc. And to clean your projects, to optimize your scenes, so your games.
- To use, Scene Cleaner & Optimizer, go to the menu at the top,Tools/Blinformatque, then select the tool you want.
Tool: Project Cleaner
1. Analyze Instant Prefabs:
A tool to check if the prefabs in the scene have not applied modifications and propose to apply or reset them.
2. Cleaning Up Lightmaps:
A tool to detect and delete lightmaps that are not used in the current scene.
3. Verification Import Settings:
A tool to verify that the import parameters of assets (textures, models, audio, etc.) are optimized.
______________________________________________
Tool: Scene Cleaner
1. Find Broken Prefabs:
A tool to will be able to easily find and delete or recreate missing prefabs from your scene.
2. Find Duplicate Components:
A tool to detecting gamepjects that have double components that could be redundant or cause performance problems.
3. Find Inactive Objects:
A tool to detect and delete gamepjects that are disabled in the scene
4. Find Mispositioned Objects:
A tool to detect objects outside the scene limits or with incorrect transformations (eg infinite position, nan).
5. Find Missing Colliders:
A tool to check if the objects that should have collision components really have them, and if not, report them.
6. Find Missing Prefabs Mesh:
A tool that would allow you to find the broken prefabs of the scene with the possibility of deleted them.
7. Find Missing Scripts on Prefabs:
A tool to find and manage the missing scripts on the GameObjects. Finding the gamepjects with missing scripts and allows you to delete them by one, or all at the same time.
8. Find Null References:
A tool to verify the components and script references to ensure that they do not point to null objects.
8. Find Unused Objects:
A tool to find and delete gamepjects which are not referenced by other objects or which are not used in the scene.
10. Validate Animator Configurations:
A tool to verify that all animators are properly configured and referenced.
______________________________________________
Tool: Scene Optimiser
1. Find Cyclic References:
A tool to detect cyclical references between objects, which can cause performance problems and bugs.
2. Optimize Lood:
A tool to verify that objects with LOD components are properly configured and optimized.
And in the next updates, more tools.