playMaker

Author Topic: working on a plugin for gyroscopes  (Read 2123 times)

hensoup

  • Playmaker Newbie
  • *
  • Posts: 13
working on a plugin for gyroscopes
« on: May 07, 2015, 01:14:24 AM »
I just been looking into using Gyroscopes from my andriod Sheild Tablet. a seperate script works perfect but when I'm using Playmaker and trying to make a custom action with it it's not reading the date I will paste te code if needed.

but tried this

public Quaternion variable1;

variable1 =Input.gyro.attitude;

but won't read when used in playmaker

jeanfabre

  • Administrator
  • Hero Member
  • *****
  • Posts: 15500
  • Official Playmaker Support
Re: working on a plugin for gyroscopes
« Reply #1 on: May 13, 2015, 06:40:59 AM »
Hi,

 What doesn't get read? the public quaternion?

 can you paste the custom action code you are trying to create?

 Bye,

 Jean