How to select runtime Imported 3D object in unity?
Hello, friends. I want to select clicked object in unity at runtime import. but I cannot access that 3D object. I am used TriLib Asset to import runtime but I cannot select that imported object any idea friends.
Answer by AaronStoned · Mar 04 at 03:37 PM
@Abbasjahir I am doing somethins similar .
I've combined this 2 assets: https://assetstore.unity.com/packages/tools/modeling/runtime-obj-importer-49547 with https://assetstore.unity.com/packages/tools/modeling/runtime-transform-gizmos-125537
or maybe this one can help you instead of payed one : https://assetstore.unity.com/packages/tools/gui/runtime-scene-gizmo-123040
More about selection, try searching about Raycast from the camera to mouse position and select that object. I am not that good to tell you how to do it, but i hope this can help
Your answer

Follow this Question
Related Questions
Unity UI turn keyboard navigation off 2 Answers
Selecting cars from menu 0 Answers
How do I import objects from 3d modeling programs? 1 Answer
I'm Trying to get a 3D Model to follow a Raycast 0 Answers
How to make my 3D VR project run on an older Android? 2 Answers