How ABB shapes the future of industry with Microsoft HoloLens and Unity - Unite Copenhagen 2019

Unity Technologies
Unity TechnologiesUnity Technologies
GenerativeArt—MadewithUnity
How ABB shapes the
future of industry with
Microsoft and Unity
Nick Davis
Senior Content Marketing
Manager
Unity
Nick Klingensmith
Mixed Reality Academy
Lead Engineer
Microsoft
Maciej Włodarczyk
IS Technology Expert
Chief Specialist
ABB
Rafał Kielar
AR/VR Developer
ABB
Agenda
— Microsoft: The future of AR with HoloLens 2
— ABB: Best practices for AR field application development
— Q&A
3
Unity is the
leading
real-time 3D
development platform
Unity
Gaming Gaming
Film
Architecture
Engineering
Construction
Utilities
Energy
Education
Advertising
Yesterday Today
Automotive
Aerospace
Government
Consumer Products
Retail
Industrial Machinery
Healthcare
Life Science
Technology
Gaming Gaming
Film
Architecture
Engineering
Construction
Utilities
Energy
Education
Advertising
Yesterday Today
Automotive
Aerospace
Government
Consumer Products
Retail
Industrial Machinery
Healthcare
Life Science
Technology
Design
● Experience-based design
● Immersive collaboration for rapid iteration
● Human Machine Interface development
Simulation & engineering
● Autonomous system development
● Virtual commissioning
● System-level simulation
Production &
deployment
● Digital factory
● HMI deployment
● Training & guidance
Marketing & sales
● Interactive product
configurators
● Cross platform immersive
consumer experience: Dealer
showroom, event XR
engagement
Service & usage
● IoT-based experience
● AR-assisted maintenance
● Interactive training
● Connected customer experience
Real-time 3D across the product lifecycle
Design
● Experience-based design
● Immersive collaboration for rapid iteration
● Human Machine Interface development
Simulation & engineering
● Autonomous system development
● Virtual commissioning
● System-level simulation
Production &
deployment
● Digital factory
● HMI deployment
● Training & guidance
Marketing & sales
● Interactive product
configurators
● Cross platform immersive
consumer experience: Dealer
showroom, event XR
engagement
Service & usage
● IoT-based experience
● AR-assisted maintenance
● Interactive training
● Connected customer experience
Gaming Gaming
Film
Architecture
Engineering
Construction
Utilities
Energy
Education
Advertising
Yesterday Today
Automotive
Aerospace
Government
Consumer Products
Retail
Industrial Machinery
Healthcare
Life Science
Technology
of all AR/VR content
is powered by Unity
60%
AR Foundation
Multi-platform AR development framework
Build once in Unity,
deploy across AR devices
Nick
Klingensmith
Mixed Reality Academy Lead
Engineer
— Nick Klingensmith — @koujaku
How ABB shapes the future of industry with Microsoft HoloLens and Unity - Unite Copenhagen 2019
FULLY ARTICULATED HAND TRACKING
How ABB shapes the future of industry with Microsoft HoloLens and Unity - Unite Copenhagen 2019
How ABB shapes the future of industry with Microsoft HoloLens and Unity - Unite Copenhagen 2019
How ABB shapes the future of industry with Microsoft HoloLens and Unity - Unite Copenhagen 2019
DYNAMICS 365 REMOTE ASSIST
Empower technicians to solve
problems efficiently by working
together from different
locations
MixedReality-WebRTC
aka.ms/MRWebRTC
Improved skilling
4x improvement to service time among
employees who receive mixed reality training.
80% of companies improve collaboration across cross-
functional teams using mixed reality.
MIXED REALITY DRIVES TRANSFORMATIONAL BENEFITS
Efficiency and quality gains
25% boost in productivity, plus errors reduced to
effectively zero, with directions and data given in
mixed reality
DYNAMICS 365 GUIDES
Help employees learn new
skills faster with Dynamics 365
Guides
How ABB shapes the future of industry with Microsoft HoloLens and Unity - Unite Copenhagen 2019
— Thank you!
— aka.ms/IWantMR
— aka.ms/MRTK
— Nick Klingensmith @koujaku
Maciej
Włodarczyk
IS Technology Expert Chief
Specialist
Rafał Kielar
AR/VR Developer
GenerativeArt—MadewithUnity
Agenda:
About us
Augmented reality
How to get started
Case study
HoloLens 1 to 2 migration
ABB IS Innovation & Digital Scouting
— Technical CoE
— Digital Scouting
— IS Innovation
– Founded in 2014
– 8 AR projects
– Minimum Awesome Product
Interaction between realities:
— Ability to see hidden
/inaccessible elements
— Adapting holograms to
real life
Everyone is an expert:
— Remote support
— Perform on-site
actions without
additional preparation
Real life HUD:
— Instant access to real
life data
— Augmented guidelines
to help in real world
— Hands-free navigation
Why does AR stand out?
GenerativeArt—MadewithUnity
Case study:
ABB Ability™ Augmented
Field Procedures
Problems to solve
Time-consuming trainings for field
operators
Tasks dangerous for operators if
done improperly
Procedures written on paper
Difficult communication between
on-site and control room operators
Task assigning and tracking
Difficult access to device
parameters
On-site digitalized proceduresMulti-platform (mobile + AR) application
with common backend
Our solution
— Integration with
live device data
— Documents panel
(animation, video,
PDF)
— Remote assist panel
Our solution
Challenges we faced
— Location/device recognition
— UI design (safety concerns)
— Lack of internet connection on industrial sites
— Ergonomy of interactions
— Storing hologram positions
Designing Augmented Reality UI
Disappearing windows
Menu obscuring user's view
Auto docking/scaling
Clear way of navigation
Easily visible windows
Context menu on request
Adjustable windows
Designing Augmented Reality UI
Too small interactables for gesture/gaze
No accounting for FOV limitations
Voice commands as the only way of
interaction
Bigger elements if far interaction
Buttons close to context
Eye tracking for scrolling
Multiple interaction possibilities
Ergonomy of interactions
— Voice commands
— "One click experience"
— Window spawning
— Automate as much as
you can
— Instinctive design
— Testing involves your
whole body
• QR scan provides its
position and rotation in
Unity coordinate
system
• Not using web camera
• QR codes allow for
easy data gathering
• ARUCO codes allow to
precisely determine
location
• Many similar devices
on-site make it difficult
to identify them
individually using
image/model
recognition
• Can’t download specific
data
Device & Location recognition
Currently
Improvments
Storing hologram
positions and data
Storing
— World anchors
— Azure spatial anchors
Data
— Connecting anchors with
backend data
— Storing coordinates on backend
GenerativeArt—MadewithUnity
How to get started:
Unity & Mixed Reality
Toolkit
MRTK building blocks
Examples
MRTK building blocks
January 29, 2020Slide 41
Examples
Interactive elements
Sliders
Buttons
Manipulation & gestures
GenerativeArt—MadewithUnity
HoloLens 2
migration process
— Cannot run HoloLens 1 apps on
HoloLens 2
• UWP on x86 platform vs UWP on ARM
platform
• Breaking changes in HoloToolkit →
MixedRealityToolkit
— Some effort is required to prepare app
to run on HoloLens 2
Migrating projects
January 29, 2020Slide 43
Analysis and basic questions
Migrating projects
January 29, 2020Slide 44
Analysis and basic questions
Question Consideration
Which Unity version is used for project development? Migration between Unity versions can be big task (ex.
TextMeshPro asset) (latest editor version recommended)
Which scripting backend is used? .Net → deprecated in Unity 2018.2
IL2CPP → the only option in latest Unity version
What native platform plugins are used in project? Which platform given plugin supports?
x86? x64? ARM?
How are user interactions designed? On HoloLens 2 device the user interface should be closer to
the user to be able to use hand (finger) manipulation.
— Step 1: Download tools
• Install the most recent version of Windows 10
• Visual Studio 2019 (16.1 or higher)
• Windows SDK, build 18362 or later
• (optional) HoloLens Emulator
— Step 2: Update Unity Project
• Migrate project to latest version of
Unity and Update scene/project settings in Unity
Migrating projects
January 29, 2020Slide 45
Steps
è
è
— Step 3: Migrate to MRTKv2
• New input model
• Replace scene prefabs
• Replace interfaces in scripts
• Replace components
Migrating projects
January 29, 2020Slide 46
— Step 4: Compile for ARM
• Dependencies/plugins for ARM procesor
• Developing for ARM64 applications is generally
preferred as there is a material difference in
performance.
GenerativeArt—MadewithUnity
Thank you
for listening.
XR Interaction Toolkit
AR/VR app interactivity without coding
Preview in 2019.3 release
Mixed and
Augmented Reality
Studio (MARS)
Work environment for intelligent AR authoring
Coming 2020
1 von 49

Recomendados

Simulating Lidar Sensors for Computer Vision von
Simulating Lidar Sensors for Computer VisionSimulating Lidar Sensors for Computer Vision
Simulating Lidar Sensors for Computer VisionUnity Technologies
1.6K views25 Folien
Building a turn-based game prototype using ECS - Unite Copenhagen 2019 von
Building a turn-based game prototype using ECS - Unite Copenhagen 2019Building a turn-based game prototype using ECS - Unite Copenhagen 2019
Building a turn-based game prototype using ECS - Unite Copenhagen 2019Unity Technologies
3.3K views46 Folien
Technical Deep Dive into the New Prefab System von
Technical Deep Dive into the New Prefab SystemTechnical Deep Dive into the New Prefab System
Technical Deep Dive into the New Prefab SystemUnity Technologies
4K views65 Folien
Photonのサービス選択の勘どころ von
Photonのサービス選択の勘どころPhotonのサービス選択の勘どころ
Photonのサービス選択の勘どころGMO GlobalSign Holdings K.K.
4.6K views36 Folien
Relic's FX System von
Relic's FX SystemRelic's FX System
Relic's FX SystemDaniel Barrero
12.3K views49 Folien
Making High Quality Interactive VR with Unreal Engine Luis Cataldi von
Making High Quality Interactive VR with Unreal Engine Luis CataldiMaking High Quality Interactive VR with Unreal Engine Luis Cataldi
Making High Quality Interactive VR with Unreal Engine Luis CataldiLuis Cataldi
1.7K views53 Folien

Más contenido relacionado

Was ist angesagt?

点群を使いこなせ! 可視化なんて当たり前、xRと点群を組み合わせたUnityの世界 【Interact , Stipple】 von
点群を使いこなせ! 可視化なんて当たり前、xRと点群を組み合わせたUnityの世界 【Interact , Stipple】点群を使いこなせ! 可視化なんて当たり前、xRと点群を組み合わせたUnityの世界 【Interact , Stipple】
点群を使いこなせ! 可視化なんて当たり前、xRと点群を組み合わせたUnityの世界 【Interact , Stipple】Unity Technologies Japan K.K.
4.6K views41 Folien
PUN 2を使おう! von
PUN 2を使おう!PUN 2を使おう!
PUN 2を使おう!Tomohiro Okamura
2K views25 Folien
Global illumination von
Global illuminationGlobal illumination
Global illuminationDragan Okanovic
2.7K views29 Folien
Volumetric Lighting for Many Lights in Lords of the Fallen von
Volumetric Lighting for Many Lights in Lords of the FallenVolumetric Lighting for Many Lights in Lords of the Fallen
Volumetric Lighting for Many Lights in Lords of the FallenBenjamin Glatzel
28.1K views78 Folien
Unityで PhotonCloudを使ってリアルタイム・マルチプレイヤーゲームを作っちゃおう【導入編】 von
Unityで PhotonCloudを使ってリアルタイム・マルチプレイヤーゲームを作っちゃおう【導入編】Unityで PhotonCloudを使ってリアルタイム・マルチプレイヤーゲームを作っちゃおう【導入編】
Unityで PhotonCloudを使ってリアルタイム・マルチプレイヤーゲームを作っちゃおう【導入編】GMO GlobalSign Holdings K.K.
28K views64 Folien
Animation and virtual reality von
Animation and virtual realityAnimation and virtual reality
Animation and virtual realitypeter Bk
831 views17 Folien

Was ist angesagt?(20)

点群を使いこなせ! 可視化なんて当たり前、xRと点群を組み合わせたUnityの世界 【Interact , Stipple】 von Unity Technologies Japan K.K.
点群を使いこなせ! 可視化なんて当たり前、xRと点群を組み合わせたUnityの世界 【Interact , Stipple】点群を使いこなせ! 可視化なんて当たり前、xRと点群を組み合わせたUnityの世界 【Interact , Stipple】
点群を使いこなせ! 可視化なんて当たり前、xRと点群を組み合わせたUnityの世界 【Interact , Stipple】
Volumetric Lighting for Many Lights in Lords of the Fallen von Benjamin Glatzel
Volumetric Lighting for Many Lights in Lords of the FallenVolumetric Lighting for Many Lights in Lords of the Fallen
Volumetric Lighting for Many Lights in Lords of the Fallen
Benjamin Glatzel28.1K views
Unityで PhotonCloudを使ってリアルタイム・マルチプレイヤーゲームを作っちゃおう【導入編】 von GMO GlobalSign Holdings K.K.
Unityで PhotonCloudを使ってリアルタイム・マルチプレイヤーゲームを作っちゃおう【導入編】Unityで PhotonCloudを使ってリアルタイム・マルチプレイヤーゲームを作っちゃおう【導入編】
Unityで PhotonCloudを使ってリアルタイム・マルチプレイヤーゲームを作っちゃおう【導入編】
Animation and virtual reality von peter Bk
Animation and virtual realityAnimation and virtual reality
Animation and virtual reality
peter Bk831 views
[NDC2016] 신경망은컨텐츠자동생성의꿈을꾸는가 von Hwanhee Kim
[NDC2016] 신경망은컨텐츠자동생성의꿈을꾸는가[NDC2016] 신경망은컨텐츠자동생성의꿈을꾸는가
[NDC2016] 신경망은컨텐츠자동생성의꿈을꾸는가
Hwanhee Kim7.1K views
전형규, 가성비 좋은 렌더링 테크닉 10선, NDC2012 von devCAT Studio, NEXON
전형규, 가성비 좋은 렌더링 테크닉 10선, NDC2012전형규, 가성비 좋은 렌더링 테크닉 10선, NDC2012
전형규, 가성비 좋은 렌더링 테크닉 10선, NDC2012
UniRxことはじめ von Shoichi Yasui
UniRxことはじめUniRxことはじめ
UniRxことはじめ
Shoichi Yasui33.7K views
Grapics debugging with RenderDoc von Matias Lavik
Grapics debugging with RenderDocGrapics debugging with RenderDoc
Grapics debugging with RenderDoc
Matias Lavik1.8K views
Advanced Scenegraph Rendering Pipeline von Narann29
Advanced Scenegraph Rendering PipelineAdvanced Scenegraph Rendering Pipeline
Advanced Scenegraph Rendering Pipeline
Narann291.4K views
언리얼 서밋 2016 프로젝트 A1의 구형 월드 라이팅 기술 von Ki Hyunwoo
언리얼 서밋 2016 프로젝트 A1의 구형 월드 라이팅 기술언리얼 서밋 2016 프로젝트 A1의 구형 월드 라이팅 기술
언리얼 서밋 2016 프로젝트 A1의 구형 월드 라이팅 기술
Ki Hyunwoo3.5K views
The Real-time Volumetric Cloudscapes of Horizon Zero Dawn von Guerrilla
The Real-time Volumetric Cloudscapes of Horizon Zero DawnThe Real-time Volumetric Cloudscapes of Horizon Zero Dawn
The Real-time Volumetric Cloudscapes of Horizon Zero Dawn
Guerrilla66.2K views
이봄, 스토리텔링으로 즐기는 콘서트 - 시나리오 기획자를 위한 TRPG의 세계, NDC2019 von devCAT Studio, NEXON
이봄, 스토리텔링으로 즐기는 콘서트 - 시나리오 기획자를 위한 TRPG의 세계, NDC2019이봄, 스토리텔링으로 즐기는 콘서트 - 시나리오 기획자를 위한 TRPG의 세계, NDC2019
이봄, 스토리텔링으로 즐기는 콘서트 - 시나리오 기획자를 위한 TRPG의 세계, NDC2019
Unityで Photonを使ってリアルタイム・マルチプレイヤーゲームを作っちゃおう【応用編】 von GMO GlobalSign Holdings K.K.
Unityで Photonを使ってリアルタイム・マルチプレイヤーゲームを作っちゃおう【応用編】Unityで Photonを使ってリアルタイム・マルチプレイヤーゲームを作っちゃおう【応用編】
Unityで Photonを使ってリアルタイム・マルチプレイヤーゲームを作っちゃおう【応用編】
Converting Scene Data to DOTS – Unite Copenhagen 2019 von Unity Technologies
Converting Scene Data to DOTS – Unite Copenhagen 2019Converting Scene Data to DOTS – Unite Copenhagen 2019
Converting Scene Data to DOTS – Unite Copenhagen 2019
Unity Technologies3.2K views

Similar a How ABB shapes the future of industry with Microsoft HoloLens and Unity - Unite Copenhagen 2019

Creating Digital Twins Using Rapid Development Techniques.pdf von
Creating Digital Twins Using Rapid Development Techniques.pdfCreating Digital Twins Using Rapid Development Techniques.pdf
Creating Digital Twins Using Rapid Development Techniques.pdfICS
158 views28 Folien
Boodskap overview von
Boodskap overview Boodskap overview
Boodskap overview NickithaSahayaCruzli
65 views20 Folien
Aurea Vision & Aurea Consulting: technology proposal von
Aurea Vision & Aurea Consulting: technology proposalAurea Vision & Aurea Consulting: technology proposal
Aurea Vision & Aurea Consulting: technology proposalAnna Doroshenko
240 views13 Folien
Dominion over domains von
Dominion over domainsDominion over domains
Dominion over domainsSadhanaParameswaran
195 views19 Folien
Engineering.com webinar: Real-time 3D and digital twins: The power of a virtu... von
Engineering.com webinar: Real-time 3D and digital twins: The power of a virtu...Engineering.com webinar: Real-time 3D and digital twins: The power of a virtu...
Engineering.com webinar: Real-time 3D and digital twins: The power of a virtu...Unity Technologies
2K views38 Folien
Philipp Nagele (Wikitude): Context Is for Kings: Putting Context in the Hands... von
Philipp Nagele (Wikitude): Context Is for Kings: Putting Context in the Hands...Philipp Nagele (Wikitude): Context Is for Kings: Putting Context in the Hands...
Philipp Nagele (Wikitude): Context Is for Kings: Putting Context in the Hands...AugmentedWorldExpo
212 views35 Folien

Similar a How ABB shapes the future of industry with Microsoft HoloLens and Unity - Unite Copenhagen 2019(20)

Creating Digital Twins Using Rapid Development Techniques.pdf von ICS
Creating Digital Twins Using Rapid Development Techniques.pdfCreating Digital Twins Using Rapid Development Techniques.pdf
Creating Digital Twins Using Rapid Development Techniques.pdf
ICS158 views
Aurea Vision & Aurea Consulting: technology proposal von Anna Doroshenko
Aurea Vision & Aurea Consulting: technology proposalAurea Vision & Aurea Consulting: technology proposal
Aurea Vision & Aurea Consulting: technology proposal
Anna Doroshenko240 views
Engineering.com webinar: Real-time 3D and digital twins: The power of a virtu... von Unity Technologies
Engineering.com webinar: Real-time 3D and digital twins: The power of a virtu...Engineering.com webinar: Real-time 3D and digital twins: The power of a virtu...
Engineering.com webinar: Real-time 3D and digital twins: The power of a virtu...
Philipp Nagele (Wikitude): Context Is for Kings: Putting Context in the Hands... von AugmentedWorldExpo
Philipp Nagele (Wikitude): Context Is for Kings: Putting Context in the Hands...Philipp Nagele (Wikitude): Context Is for Kings: Putting Context in the Hands...
Philipp Nagele (Wikitude): Context Is for Kings: Putting Context in the Hands...
AugmentedWorldExpo212 views
ZiniosEdge Company Overview von Vijay Kumar
ZiniosEdge Company OverviewZiniosEdge Company Overview
ZiniosEdge Company Overview
Vijay Kumar65 views
Mobility today & what's next. Application ecosystems. von Petru Jucovschi
Mobility today & what's next.Application ecosystems.Mobility today & what's next.Application ecosystems.
Mobility today & what's next. Application ecosystems.
Petru Jucovschi682 views
Gdsc lbce offline accelerator meet -1 von Diksha71
Gdsc lbce offline accelerator meet -1Gdsc lbce offline accelerator meet -1
Gdsc lbce offline accelerator meet -1
Diksha7193 views
Solving Enteprise Mobility Considerations with Telerik Mobile Platform von Lohith Goudagere Nagaraj
Solving Enteprise Mobility Considerations with Telerik Mobile PlatformSolving Enteprise Mobility Considerations with Telerik Mobile Platform
Solving Enteprise Mobility Considerations with Telerik Mobile Platform
Synthetic Data: From 3D model to AI on the Edge von Sherry List
Synthetic Data: From 3D model to AI on the EdgeSynthetic Data: From 3D model to AI on the Edge
Synthetic Data: From 3D model to AI on the Edge
Sherry List103 views
Kura M2M IoT Gateway von Eurotech
Kura M2M IoT GatewayKura M2M IoT Gateway
Kura M2M IoT Gateway
Eurotech10.5K views
GetShift - IoT Devices Done Right. von Sean Greenhalgh
GetShift - IoT Devices Done Right.GetShift - IoT Devices Done Right.
GetShift - IoT Devices Done Right.
Sean Greenhalgh482 views
What's next for unity in automotive, transportation and manufacturing – Unite... von Unity Technologies
What's next for unity in automotive, transportation and manufacturing – Unite...What's next for unity in automotive, transportation and manufacturing – Unite...
What's next for unity in automotive, transportation and manufacturing – Unite...
Unity Technologies555 views

Más de Unity Technologies

Build Immersive Worlds in Virtual Reality von
Build Immersive Worlds  in Virtual RealityBuild Immersive Worlds  in Virtual Reality
Build Immersive Worlds in Virtual RealityUnity Technologies
67 views59 Folien
Augmenting reality: Bring digital objects into the real world von
Augmenting reality: Bring digital objects into the real worldAugmenting reality: Bring digital objects into the real world
Augmenting reality: Bring digital objects into the real worldUnity Technologies
38 views58 Folien
Using synthetic data for computer vision model training von
Using synthetic data for computer vision model trainingUsing synthetic data for computer vision model training
Using synthetic data for computer vision model trainingUnity Technologies
2.1K views64 Folien
The Tipping Point: How Virtual Experiences Are Transforming Global Industries von
The Tipping Point: How Virtual Experiences Are Transforming Global IndustriesThe Tipping Point: How Virtual Experiences Are Transforming Global Industries
The Tipping Point: How Virtual Experiences Are Transforming Global IndustriesUnity Technologies
7.8K views46 Folien
Unity Roadmap 2020: Live games von
Unity Roadmap 2020: Live games Unity Roadmap 2020: Live games
Unity Roadmap 2020: Live games Unity Technologies
2.4K views36 Folien
Unity Roadmap 2020: Core Engine & Creator Tools von
Unity Roadmap 2020: Core Engine & Creator ToolsUnity Roadmap 2020: Core Engine & Creator Tools
Unity Roadmap 2020: Core Engine & Creator ToolsUnity Technologies
10.7K views161 Folien

Más de Unity Technologies(20)

Augmenting reality: Bring digital objects into the real world von Unity Technologies
Augmenting reality: Bring digital objects into the real worldAugmenting reality: Bring digital objects into the real world
Augmenting reality: Bring digital objects into the real world
Using synthetic data for computer vision model training von Unity Technologies
Using synthetic data for computer vision model trainingUsing synthetic data for computer vision model training
Using synthetic data for computer vision model training
Unity Technologies2.1K views
The Tipping Point: How Virtual Experiences Are Transforming Global Industries von Unity Technologies
The Tipping Point: How Virtual Experiences Are Transforming Global IndustriesThe Tipping Point: How Virtual Experiences Are Transforming Global Industries
The Tipping Point: How Virtual Experiences Are Transforming Global Industries
Unity Technologies7.8K views
Unity Roadmap 2020: Core Engine & Creator Tools von Unity Technologies
Unity Roadmap 2020: Core Engine & Creator ToolsUnity Roadmap 2020: Core Engine & Creator Tools
Unity Roadmap 2020: Core Engine & Creator Tools
Unity Technologies10.7K views
Unity XR platform has a new architecture – Unite Copenhagen 2019 von Unity Technologies
Unity XR platform has a new architecture – Unite Copenhagen 2019Unity XR platform has a new architecture – Unite Copenhagen 2019
Unity XR platform has a new architecture – Unite Copenhagen 2019
Unity Technologies1.9K views
Turn Revit Models into real-time 3D experiences von Unity Technologies
Turn Revit Models into real-time 3D experiencesTurn Revit Models into real-time 3D experiences
Turn Revit Models into real-time 3D experiences
Unity Technologies2.2K views
How Daimler uses mobile mixed realities for training and sales - Unite Copenh... von Unity Technologies
How Daimler uses mobile mixed realities for training and sales - Unite Copenh...How Daimler uses mobile mixed realities for training and sales - Unite Copenh...
How Daimler uses mobile mixed realities for training and sales - Unite Copenh...
Unity Technologies1.9K views
How Volvo embraced real-time 3D and shook up the auto industry- Unite Copenha... von Unity Technologies
How Volvo embraced real-time 3D and shook up the auto industry- Unite Copenha...How Volvo embraced real-time 3D and shook up the auto industry- Unite Copenha...
How Volvo embraced real-time 3D and shook up the auto industry- Unite Copenha...
Unity Technologies1.2K views
QA your code: The new Unity Test Framework – Unite Copenhagen 2019 von Unity Technologies
QA your code: The new Unity Test Framework – Unite Copenhagen 2019QA your code: The new Unity Test Framework – Unite Copenhagen 2019
QA your code: The new Unity Test Framework – Unite Copenhagen 2019
Unity Technologies2.1K views
Supplying scalable VR training applications with Innoactive - Unite Copenhage... von Unity Technologies
Supplying scalable VR training applications with Innoactive - Unite Copenhage...Supplying scalable VR training applications with Innoactive - Unite Copenhage...
Supplying scalable VR training applications with Innoactive - Unite Copenhage...
Unity Technologies507 views
XR and real-time 3D in automotive digital marketing strategies | Visionaries ... von Unity Technologies
XR and real-time 3D in automotive digital marketing strategies | Visionaries ...XR and real-time 3D in automotive digital marketing strategies | Visionaries ...
XR and real-time 3D in automotive digital marketing strategies | Visionaries ...
Unity Technologies998 views
Real-time CG animation in Unity: unpacking the Sherman project - Unite Copenh... von Unity Technologies
Real-time CG animation in Unity: unpacking the Sherman project - Unite Copenh...Real-time CG animation in Unity: unpacking the Sherman project - Unite Copenh...
Real-time CG animation in Unity: unpacking the Sherman project - Unite Copenh...
Unity Technologies1.9K views
Creating next-gen VR and MR experiences using Varjo VR-1 and XR-1 - Unite Cop... von Unity Technologies
Creating next-gen VR and MR experiences using Varjo VR-1 and XR-1 - Unite Cop...Creating next-gen VR and MR experiences using Varjo VR-1 and XR-1 - Unite Cop...
Creating next-gen VR and MR experiences using Varjo VR-1 and XR-1 - Unite Cop...
Unity Technologies621 views
What's ahead for film and animation with Unity 2020 - Unite Copenhagen 2019 von Unity Technologies
What's ahead for film and animation with Unity 2020 - Unite Copenhagen 2019What's ahead for film and animation with Unity 2020 - Unite Copenhagen 2019
What's ahead for film and animation with Unity 2020 - Unite Copenhagen 2019
Unity Technologies1.9K views
How to Improve Visual Rendering Quality in VR - Unite Copenhagen 2019 von Unity Technologies
How to Improve Visual Rendering Quality in VR - Unite Copenhagen 2019How to Improve Visual Rendering Quality in VR - Unite Copenhagen 2019
How to Improve Visual Rendering Quality in VR - Unite Copenhagen 2019
Unity Technologies1.4K views
Digital twins: the power of a virtual visual copy - Unite Copenhagen 2019 von Unity Technologies
Digital twins: the power of a virtual visual copy - Unite Copenhagen 2019Digital twins: the power of a virtual visual copy - Unite Copenhagen 2019
Digital twins: the power of a virtual visual copy - Unite Copenhagen 2019
Unity Technologies2.9K views
Virtual or real? AR Foundation best practices from Krikey - Unite Copenhagen ... von Unity Technologies
Virtual or real? AR Foundation best practices from Krikey - Unite Copenhagen ...Virtual or real? AR Foundation best practices from Krikey - Unite Copenhagen ...
Virtual or real? AR Foundation best practices from Krikey - Unite Copenhagen ...
Unity Technologies705 views
Visualizing the engineering project lifecycle - Unite Copenhagen von Unity Technologies
Visualizing the engineering project lifecycle - Unite CopenhagenVisualizing the engineering project lifecycle - Unite Copenhagen
Visualizing the engineering project lifecycle - Unite Copenhagen
Unity Technologies396 views

Último

Elevating Privacy and Security in CloudStack - Boris Stoyanov - ShapeBlue von
Elevating Privacy and Security in CloudStack - Boris Stoyanov - ShapeBlueElevating Privacy and Security in CloudStack - Boris Stoyanov - ShapeBlue
Elevating Privacy and Security in CloudStack - Boris Stoyanov - ShapeBlueShapeBlue
222 views7 Folien
Webinar : Desperately Seeking Transformation - Part 2: Insights from leading... von
Webinar : Desperately Seeking Transformation - Part 2:  Insights from leading...Webinar : Desperately Seeking Transformation - Part 2:  Insights from leading...
Webinar : Desperately Seeking Transformation - Part 2: Insights from leading...The Digital Insurer
90 views52 Folien
CloudStack Managed User Data and Demo - Harikrishna Patnala - ShapeBlue von
CloudStack Managed User Data and Demo - Harikrishna Patnala - ShapeBlueCloudStack Managed User Data and Demo - Harikrishna Patnala - ShapeBlue
CloudStack Managed User Data and Demo - Harikrishna Patnala - ShapeBlueShapeBlue
135 views13 Folien
Setting Up Your First CloudStack Environment with Beginners Challenges - MD R... von
Setting Up Your First CloudStack Environment with Beginners Challenges - MD R...Setting Up Your First CloudStack Environment with Beginners Challenges - MD R...
Setting Up Your First CloudStack Environment with Beginners Challenges - MD R...ShapeBlue
173 views15 Folien
NTGapps NTG LowCode Platform von
NTGapps NTG LowCode Platform NTGapps NTG LowCode Platform
NTGapps NTG LowCode Platform Mustafa Kuğu
423 views30 Folien
Updates on the LINSTOR Driver for CloudStack - Rene Peinthor - LINBIT von
Updates on the LINSTOR Driver for CloudStack - Rene Peinthor - LINBITUpdates on the LINSTOR Driver for CloudStack - Rene Peinthor - LINBIT
Updates on the LINSTOR Driver for CloudStack - Rene Peinthor - LINBITShapeBlue
206 views8 Folien

Último(20)

Elevating Privacy and Security in CloudStack - Boris Stoyanov - ShapeBlue von ShapeBlue
Elevating Privacy and Security in CloudStack - Boris Stoyanov - ShapeBlueElevating Privacy and Security in CloudStack - Boris Stoyanov - ShapeBlue
Elevating Privacy and Security in CloudStack - Boris Stoyanov - ShapeBlue
ShapeBlue222 views
Webinar : Desperately Seeking Transformation - Part 2: Insights from leading... von The Digital Insurer
Webinar : Desperately Seeking Transformation - Part 2:  Insights from leading...Webinar : Desperately Seeking Transformation - Part 2:  Insights from leading...
Webinar : Desperately Seeking Transformation - Part 2: Insights from leading...
CloudStack Managed User Data and Demo - Harikrishna Patnala - ShapeBlue von ShapeBlue
CloudStack Managed User Data and Demo - Harikrishna Patnala - ShapeBlueCloudStack Managed User Data and Demo - Harikrishna Patnala - ShapeBlue
CloudStack Managed User Data and Demo - Harikrishna Patnala - ShapeBlue
ShapeBlue135 views
Setting Up Your First CloudStack Environment with Beginners Challenges - MD R... von ShapeBlue
Setting Up Your First CloudStack Environment with Beginners Challenges - MD R...Setting Up Your First CloudStack Environment with Beginners Challenges - MD R...
Setting Up Your First CloudStack Environment with Beginners Challenges - MD R...
ShapeBlue173 views
NTGapps NTG LowCode Platform von Mustafa Kuğu
NTGapps NTG LowCode Platform NTGapps NTG LowCode Platform
NTGapps NTG LowCode Platform
Mustafa Kuğu423 views
Updates on the LINSTOR Driver for CloudStack - Rene Peinthor - LINBIT von ShapeBlue
Updates on the LINSTOR Driver for CloudStack - Rene Peinthor - LINBITUpdates on the LINSTOR Driver for CloudStack - Rene Peinthor - LINBIT
Updates on the LINSTOR Driver for CloudStack - Rene Peinthor - LINBIT
ShapeBlue206 views
Backroll, News and Demo - Pierre Charton, Matthias Dhellin, Ousmane Diarra - ... von ShapeBlue
Backroll, News and Demo - Pierre Charton, Matthias Dhellin, Ousmane Diarra - ...Backroll, News and Demo - Pierre Charton, Matthias Dhellin, Ousmane Diarra - ...
Backroll, News and Demo - Pierre Charton, Matthias Dhellin, Ousmane Diarra - ...
ShapeBlue186 views
Transitioning from VMware vCloud to Apache CloudStack: A Path to Profitabilit... von ShapeBlue
Transitioning from VMware vCloud to Apache CloudStack: A Path to Profitabilit...Transitioning from VMware vCloud to Apache CloudStack: A Path to Profitabilit...
Transitioning from VMware vCloud to Apache CloudStack: A Path to Profitabilit...
ShapeBlue159 views
GDG Cloud Southlake 28 Brad Taylor and Shawn Augenstein Old Problems in the N... von James Anderson
GDG Cloud Southlake 28 Brad Taylor and Shawn Augenstein Old Problems in the N...GDG Cloud Southlake 28 Brad Taylor and Shawn Augenstein Old Problems in the N...
GDG Cloud Southlake 28 Brad Taylor and Shawn Augenstein Old Problems in the N...
James Anderson160 views
"Surviving highload with Node.js", Andrii Shumada von Fwdays
"Surviving highload with Node.js", Andrii Shumada "Surviving highload with Node.js", Andrii Shumada
"Surviving highload with Node.js", Andrii Shumada
Fwdays56 views
Developments to CloudStack’s SDN ecosystem: Integration with VMWare NSX 4 - P... von ShapeBlue
Developments to CloudStack’s SDN ecosystem: Integration with VMWare NSX 4 - P...Developments to CloudStack’s SDN ecosystem: Integration with VMWare NSX 4 - P...
Developments to CloudStack’s SDN ecosystem: Integration with VMWare NSX 4 - P...
ShapeBlue194 views
Mitigating Common CloudStack Instance Deployment Failures - Jithin Raju - Sha... von ShapeBlue
Mitigating Common CloudStack Instance Deployment Failures - Jithin Raju - Sha...Mitigating Common CloudStack Instance Deployment Failures - Jithin Raju - Sha...
Mitigating Common CloudStack Instance Deployment Failures - Jithin Raju - Sha...
ShapeBlue180 views
Declarative Kubernetes Cluster Deployment with Cloudstack and Cluster API - O... von ShapeBlue
Declarative Kubernetes Cluster Deployment with Cloudstack and Cluster API - O...Declarative Kubernetes Cluster Deployment with Cloudstack and Cluster API - O...
Declarative Kubernetes Cluster Deployment with Cloudstack and Cluster API - O...
ShapeBlue132 views
Centralized Logging Feature in CloudStack using ELK and Grafana - Kiran Chava... von ShapeBlue
Centralized Logging Feature in CloudStack using ELK and Grafana - Kiran Chava...Centralized Logging Feature in CloudStack using ELK and Grafana - Kiran Chava...
Centralized Logging Feature in CloudStack using ELK and Grafana - Kiran Chava...
ShapeBlue145 views
iSAQB Software Architecture Gathering 2023: How Process Orchestration Increas... von Bernd Ruecker
iSAQB Software Architecture Gathering 2023: How Process Orchestration Increas...iSAQB Software Architecture Gathering 2023: How Process Orchestration Increas...
iSAQB Software Architecture Gathering 2023: How Process Orchestration Increas...
Bernd Ruecker54 views
The Role of Patterns in the Era of Large Language Models von Yunyao Li
The Role of Patterns in the Era of Large Language ModelsThe Role of Patterns in the Era of Large Language Models
The Role of Patterns in the Era of Large Language Models
Yunyao Li85 views
State of the Union - Rohit Yadav - Apache CloudStack von ShapeBlue
State of the Union - Rohit Yadav - Apache CloudStackState of the Union - Rohit Yadav - Apache CloudStack
State of the Union - Rohit Yadav - Apache CloudStack
ShapeBlue297 views
DRaaS using Snapshot copy and destination selection (DRaaS) - Alexandre Matti... von ShapeBlue
DRaaS using Snapshot copy and destination selection (DRaaS) - Alexandre Matti...DRaaS using Snapshot copy and destination selection (DRaaS) - Alexandre Matti...
DRaaS using Snapshot copy and destination selection (DRaaS) - Alexandre Matti...
ShapeBlue139 views
2FA and OAuth2 in CloudStack - Andrija Panić - ShapeBlue von ShapeBlue
2FA and OAuth2 in CloudStack - Andrija Panić - ShapeBlue2FA and OAuth2 in CloudStack - Andrija Panić - ShapeBlue
2FA and OAuth2 in CloudStack - Andrija Panić - ShapeBlue
ShapeBlue147 views

How ABB shapes the future of industry with Microsoft HoloLens and Unity - Unite Copenhagen 2019