- Viewing game assets
- AnimeStudio - View and export game assets.
- AssetRipper - YMMV. May work better than AnimeStudio. Does not appear to allow easily browsing all assets in the game without exporting everything.
- APKTool - Unpack
.apkto be used with other tools (and optionally repacked). - AssetBundles-Browser - View built asset bundles in the Unity Editor.
- Viewing game code
- Cpp2IL - Get class and method
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <# | |
| .SYNOPSIS | |
| Script to Initialize my custom powershell setup. | |
| .DESCRIPTION | |
| Script uses scoop | |
| .NOTES | |
| **NOTE** Will configure the Execution Policy for the "CurrentUser" to Unrestricted. | |
| Author: Mike Pruett | |
| Date: October 18th, 2018 |