Over 11,000 five-star assets
Rated by 85,000+ customers
Supported by 100,000+ forum members
Every asset moderated by Unity
Showing 1 - 10 of 19
User Reviews
Sort by
r
Such a useful and easy-to-use tool!
a year ago
raulrusboyon previous version 1.1.0
I've been searching for this off and on for the last four years, and apparently have just been using the wrong search terms.
It really should be built into Unity; so useful and simple, and, despite the couple ignorant users posting negative reviews, easy to use.
This tool deserves way, way more positive attention than it's getting.
Was this review helpful?
0
0
C
It saved my... game!
2 years ago
CHILD_IN_THE_FOGon previous version 1.1.0
I had an issue with my custom skybox, so I took a 360 screenshot of this skybox and replaced it with an image. <3
Was this review helpful?
0
0
Thanks for this wonderful tool, here is an example how write from another script. You just have to adjust your path:
using UnityEngine;
using System;
using System.IO;
public class CaptureController : MonoBehaviour
{
void Update()
{
// Check if the "P" key is pressed
if (Input.GetKeyDown("p"))
{
// Call the Capture function from the I360Render class
byte[] capturedImage = I360Render.Capture(8192);
Debug.Log(capturedImage);
WriteToFile(capturedImage);
// You can now use the 'capturedImage' byte array as needed.
// For example, you can save it to a file or process it further.
}
}
public void WriteToFile(byte[] imageName){
File.WriteAllBytes("D:\\Example\\image.jpg",imageName );
}
}
Was this review helpful?
4
0
N
Great asset
2 years ago
Nautilus_Internationalon previous version 1.1.0
So useful for making skyboxes! Only thing is I wish 16,384 resolution coule be supported.
Was this review helpful?
0
0
Reply from publisher:
replied 2 years ago
Thank you for the review! You can change this line (https://github.com/yasirkula/Unity360ScreenshotCapture/blob/9249dce74a049266a8ca981e9498d06bd8443743/Plugins/Simple360Render/I360Render.cs#L59) to increase the limit but in my early tests, it froze Unity indefinitely, hence the 8k limit.
Please make a youtube tutorial on how to use this thing. Calling scripts, unpacking github folders etc doesn't really explain how to use this asset for an artist or unity beginner who doesn't know Unity coding
Was this review helpful?
3
3
Reply from publisher:
replied 4 years ago
Thank you for the review! This plugin requires some scripting knowledge and I believe the example code on GitHub is as simple as it can get to show the plugin's usage. Feel free to ask technical questions related to the plugin on the forums!
p
Thank you!
6 years ago
pavelmatyas64on previous version 1.0
Easy to use :) Served well.
Was this review helpful?
1
0
Quality assets
Over 11,000 five-star assets
Trusted
Rated by 85,000+ customers
Community support
Supported by 100,000+ forum members
Language
Feedback
Partners Program
PartnersCopyright © 2026 Unity Technologies
All prices are exclusive of tax