Hello everyone.
The Mixed Reality Forums here are no longer being used or maintained.
There are a few other places we would like to direct you to for support, both from Microsoft and from the community.
The first way we want to connect with you is our mixed reality developer program, which you can sign up for at https://aka.ms/IWantMR.
For technical questions, please use Stack Overflow, and tag your questions using either hololens or windows-mixed-reality.
If you want to join in discussions, please do so in the HoloDevelopers Slack, which you can join by going to https://aka.ms/holodevelopers, or in our Microsoft Tech Communities forums at https://techcommunity.microsoft.com/t5/mixed-reality/ct-p/MicrosoftMixedReality.
And always feel free to hit us up on Twitter @MxdRealityDev.
The Mixed Reality Forums here are no longer being used or maintained.
There are a few other places we would like to direct you to for support, both from Microsoft and from the community.
The first way we want to connect with you is our mixed reality developer program, which you can sign up for at https://aka.ms/IWantMR.
For technical questions, please use Stack Overflow, and tag your questions using either hololens or windows-mixed-reality.
If you want to join in discussions, please do so in the HoloDevelopers Slack, which you can join by going to https://aka.ms/holodevelopers, or in our Microsoft Tech Communities forums at https://techcommunity.microsoft.com/t5/mixed-reality/ct-p/MicrosoftMixedReality.
And always feel free to hit us up on Twitter @MxdRealityDev.
Why can some objects be resized, rotated and scaled on HoloLens and others cannot?

Hello everyone I am very new to c# and mixed reality. I have had a chance to borrow the HoloLens from a programmer and started doing basic tutorials.
In this tutorial:
https://codeholo.com/2018/06/19/twohandmanipulatable-part-2-of-moving-scaling-rotating-objects/
The used materials:
https://assetstore.unity.com/packages/3d/props/furniture/pack-gesta-furniture-1-28237
Are easily resizable and rotatable. However when I do everything exactly the same with this free 3D car:
https://free3d.com/3d-model/redbull-f1-66214.html
The car never moves or is responsive at all.
Can someone tell me if it is even possible to rotate and rescale that model or is that only on certain 3D models and this one is just bad.
Thank you
0
Answers
Hi - one thought here is that perhaps your models don't have colliders on them which let the interaction system see them as something to interact with (by casting a ray which needs to hit something). Is there any possibility that you're missing colliders?
Yes I was missing Mesh Collider, Mesh Render, and Box Collider and when I added all that it worked. Thank you