- Home /
How can I calculate the Sprite Bounds?
I using the Sprite Slicer 2D Asset, And I Need the Sliced Sprite's Size(not a Extend, Vector3 size). but It doesn't changing from original sprite's bound. How can I calculate the Sprite's Bound? can using vertices data and mesh renderer
Answer by Jaguar06 · Apr 24, 2014 at 01:49 AM
I... solved this myself don't even need calculate, it can solve with just renderer.bounds.size It is auto-setting from unity
Your answer
Follow this Question
Related Questions
Background sprite in TextMeshPro 0 Answers
Do I need to use tiling on sprite game object? 1 Answer
Problem with sprite animation on android 1 Answer
Assigning a Sprite to a Script and creating a Gameobject out of that sprite 1 Answer
2D sprites - Can I use point filtering without getting the "rippling" effect when the camera moves? 2 Answers