About 8,330,000 results
Open links in new tab
  1. Duplicate UI over multiple screens - Unity Discussions

    Nov 23, 2016 · One way is to use camera space ui, assign it to a camera and then parent another camera to the same camera so that you have 2 cameras looking at the same canvas. Then set …

  2. Make your UI look same in different screens [ Unity Tips ]

    #madewithunity #unity #gamedevelopment #gamedevHow to setup your Canvas and design UI for multiple screens.🌐Follow Me :Facebook : https://www.facebook.com/h...

  3. Unity: How to make Canvas UI Responsive for all screens using

    Feb 28, 2021 · Set UI Scale Mode -> Scale with Screen Size; Enter a base resolution (eg: 1080x1920 works good for mobile) and make sure your game window is on that resolution; Set …

  4. unity - How to create UI with multiple panels for multiple …

    Jan 22, 2017 · The way I would approach it would be to set up a canvas to 'Scale with Screen Size' using Unitys Canvas Scaler, set the reference resolution to the size of your primary …

  5. Multiple scenes or multiple canvases/panels for UI? : r/Unity3D - Reddit

    Apr 6, 2020 · I have a tutorial where I show how to make multiple screens on a single canvas for menu type apps here.

  6. How to: Multi-Display Resizing Display #2 - Unity Discussions

    Apr 18, 2016 · Just use the multiple GAME tabs and set which DISPLAY1 and DISPLAY2 for each. Display.displays [1].Activate () is an overload. you can call it with out any arguments. …

  7. Same GUI multiple scenes in Unity game - prefab of Canvas?

    Jun 20, 2016 · My problem is how to share same GUI in multiple scenes. For example: I have Inventory GUI on Farm scene and I need this GUI on other scenes like Castle, Dungeon etc. …

  8. How can I implement screen toggling in my game’s UI to switch …

    Jan 22, 2025 · To effectively toggle between screens in a Unity game UI, you can use Unity’s built-in Canvas system coupled with scripts and methods to dynamically switch between …

  9. Designing UI for Multiple Resolution and Aspect ratios - How to make ...

    Apr 22, 2020 · Learn how to design multiple resolutions or multiple aspect ratio User interface (UI) in Unity Game-engine using Unity UI Canvas....more. In this beginners unity tutorial, you learn …

  10. Manage screen size and anchors - Unity Learn

    Position 2D elements on screen by using the Rect Transform component and Rect tool. Control how UI elements scale, rotate, and reposition relative to other objects on screen by editing the …