Runtime Hierarchy for Unity Having problem "AFTER" built? How about inspect your game directly in a build? I know, I know... Material/Shader is always the problem! Asset store
CameraCapturer For Unity Easy convert your game to sequence of images or animated gif. Features: 1. Capture rendering game camera to sequence of images. 2. Supported output format JPG PNG, EXR. 3. PNG with alpha channel. Assset store: https://www.assetstore.unity3d.com/#!/content/118252
IBTable(Index Based Table) For Unity IBTable can convert your excel file to Unity C# data. And you just simply call TableName.TryGetValue(key, out Data) to get data from key.