About 1,210,000 results
Open links in new tab
  1. Manual: Image - Unity

    The Image control displays a non-interactive image to the user. This can be used for decoration, icons, etc, and the image can also be changed from a script to reflect changes in other controls. The control is similar to the Raw Image A Visual UI Component that displays a non-interactive image to the user. This can be used for decoration, icons ...

  2. Scripting API: Image - Unity

    How to display the image. useSpriteMesh Allows you to specify whether the UI Image should be displayed using the mesh generated by the TextureImporter, or by a simple quad mesh.

  3. GitHub - Unity-Technologies/arfoundation-samples: Example

    Example AR scenes that use AR Foundation 6.0 and demonstrate its features. Each feature is used in a minimal sample scene with example code that you can modify or copy into your project. This sample project depends on four Unity packages: Which version should I use?

  4. zappar-xr/unity-example-image-tracking-3d-animation - GitHub

    This repository contains an AR example using the Zappar's Universal AR (UAR) SDK for Unity, supporting WebGL, iOS and Android build targets. For more information, check out the documentation page for UAR for Unity

  5. Get image to show on screen - Unity Engine - Unity Discussions

    Oct 27, 2017 · Im just looking for a piece of code that shows an image/sprite, that i can activate when a certain weather state is active. This is how you do it: In the canvas ui scheme, there is an UI Element called Raw Image. You can use that and put it in a canvas/panel under it.

  6. Simple but complete code example to create and place an image

    Sep 6, 2023 · I just need a simple (but complete! e.g., what to include at the top with “using”) example of the necessary code to create a canvas (assuming a canvas is necessary - is it?) and attaching an image that I have in my Assets folder.

  7. Loading and manipulating images in Unity3D - Everyday3d

    Mar 9, 2010 · Unity3D can load plain text, images, video and sound. Since loading plain text is not so interesting, I thought I'd see how it works with an image. Here's a little experiment I called "Image Decomposer". It loads an image passed as parameter in the URL and creates a wall of little cubes which colors are based on the pixels of the image.

  8. How to set image on Texture in Unity 3d - Stack Overflow

    Nov 22, 2012 · At first you to need to import an image to your asset folder. Use below given code if you want to set image on a Texture runtime using code. Material m = GetComponent<MeshRenderer>().material; m.color = new Color(1,1,1,.5f);

  9. I need a Simple and Clear example for how to add a texture (image

    Jun 16, 2016 · I dragged a .png file called “my_image” into the Resources folder. I added the following code to the Start method: GameObject quad = GameObject.CreatePrimitive( PrimitiveType.Quad );

  10. Unity-Code-Examples · GitHub

    Aug 23, 2022 · Unity-Code-Examples has 23 repositories available. Follow their code on GitHub.

Refresh