3

hey all

I am developing a furniture design augmented reality app for my dissertation and need quite a bit of help as I can't find it else where with tutorials etc.

I am doing this in Unity using the Kudan SDK AS it is pretty much the only available sdk that has SLAM technology (markerless) whereas the rest don't and others charge £2000+

I need help with implementing functions for Positioning/moving objects placed in the real world through my iPhone

I need help with implementing functions for adjusting/resizing objects through my iPhone using my fingers on the touch screen

Anyone have a tutorial/script/guidance they can help me with this?

Looking at a drop down box button that when clicked will open the drop down and each drop down item is assigned to an object. Thanks in advance.

CodeDude9
  • 35
  • 3
  • This question isn't appropriate for the site. If you had already written some code and needed help fixing it, we would be happy to help you with that. As it stands though, this is way too broad. What **exactly** do you need help with? Also requesting offsite resources like tutorials is offtopic. – Carcigenicate Apr 30 '17 at 18:00
  • I've seen 100's of stack overflow questions asking for techniques and such without code. I was looking for guidance on what's required for the input touch controls. As a whole, i need help with how to enable input touch controls pinch to size smaller or bigger, touch hold to move the object. Thats all really. – CodeDude9 Apr 30 '17 at 18:24
  • Kudan is not the only slam sdk and is not free either. Wikitude does slam for instance. Based on your comment, your pb is not even related to AR but to input. – Everts Apr 30 '17 at 18:38
  • Wikitude has a free trial with Trial plastered all over the screen... well it is related to AR?haha – CodeDude9 Apr 30 '17 at 19:29

1 Answers1

0

you can use a plugin for Unity its called Lean Touch and its Free. It has exactly what you want to achieve with 0% coding.

Hristo
  • 1,805
  • 12
  • 21