Playmaker Forum

PlayMaker Updates & Downloads => Share New Actions => Topic started by: A3DStudio on January 17, 2013, 07:12:24 PM

Title: Get System Informations
Post by: A3DStudio on January 17, 2013, 07:12:24 PM
Get full system informations.

(http://a3ds.files.wordpress.com/2013/01/getsysteminformations.jpg)
Title: Re: Get System Informations
Post by: Hushonik on March 02, 2013, 08:32:18 AM
Hi Thanks for this really useful action.
I need another help if you can do. I want the information out in a text document. Will you please help me learn how to do that? Or can provide some direction in which I should try to find solution?

Hush
Title: Re: Get System Informations
Post by: 3d_Artist1987 on March 03, 2013, 05:27:04 AM
really very useful!!
Title: Re: Get System Informations
Post by: A3DStudio on March 04, 2013, 09:55:02 AM
@Hushonik
You can try Easy Save 2 from asset store to write files. ES2 has also Playmaker support. See here: http://www.moodkie.com/forum/viewtopic.php?f=4&t=11 (http://www.moodkie.com/forum/viewtopic.php?f=4&t=11)
Title: Re: Get System Informations
Post by: Hushonik on March 04, 2013, 10:54:33 PM
thanks,

But can you provide a tutorial on my query?
Hush
Title: Re: Get System Informations
Post by: ermak on July 14, 2013, 06:02:15 PM
Hi,

This action "Get System Informations" work on unity web player or not?
Because i test it and not working from web browser. Maybe unity not allowed SystemInfo from web?
http://docs.unity3d.com/Documentation/ScriptReference/SystemInfo.html

Thanks!
Title: Re: Get System Informations
Post by: jeanfabre on July 15, 2013, 02:21:08 AM
Hi,

 what value doesn't work in particular? published for web and I don't see anything wrong.

on 3.5 few values are not present tho, simply comment the lines of that is actually the problem. is it? or are ou on Unity 4?

bye,

 Jean
Title: Re: Get System Informations
Post by: ermak on July 15, 2013, 03:32:28 AM
Hi,

I use Unity 4.1.2
These values not work from Web Player:
User Name
Device Unique Identifier
Device Name
Device Model

btw i test Web Player from local PC, not uploaded to web server host

I send test scene file for example:
https://dl.dropboxusercontent.com/u/47308347/system_info_unity3d/system_info.zip
(You need "Playmaker" and "GetSystemInformations Action" installed inside project to work this ".unity scene file")
Title: Re: Get System Informations
Post by: jeanfabre on July 15, 2013, 03:44:22 AM
Hi,

 Device info are for mobile:

http://docs.unity3d.com/Documentation/Manual/MobileAdvanced.html

as for username, it may very well be a security restriction. I too can't get it this way ( or using any tricks I searched for online) on web publish target.

so would be quite interested to know as well.

bye,

 Jean

 
Title: Re: Get System Informations
Post by: Maart on July 05, 2016, 08:35:40 AM
could someone please update this to the latest unity version please?
Title: Re: Get System Informations
Post by: PlaymakerNOOB on July 06, 2016, 08:08:03 PM
Im pretty sure I used this in Unity 4.6, 5 and 5.3 with no issues. 

Though if memory serves, this causes unnecessary permission requests in Android
Title: Re: Get System Informations
Post by: jeanfabre on July 22, 2016, 03:53:07 AM
Hi,

 on android, you'll need to comment out the system information properties that trigger these permissions. What permission does it asks for?

Bye,

 Jean
Title: Re: Get System Informations
Post by: PlaymakerNOOB on July 23, 2016, 08:54:53 AM
I used one i found off the ecosystem, called "GetSystemInfo".  It seems to have the same fields.

it requires Android permissions to "Make and Manage Phone Calls"
edit--
I removed GetSystemInfo from my project, added Get System Informations and rebuilt an APK.  They both require the same permissions "Make and Manage Phone Calls"
Title: Re: Get System Informations
Post by: Lane on July 23, 2016, 11:16:53 AM
I used one i found off the ecosystem, called "GetSystemInfo".  It seems to have the same fields.

it requires Android permissions to "Make and Manage Phone Calls"
edit--
I removed GetSystemInfo from my project, added Get System Informations and rebuilt an APK.  They both require the same permissions "Make and Manage Phone Calls"

Are you sure its this action causing the problem?

If you're certain, maybe just cut the section of code you need out of the script and make a new one. There's nothing asking for phone permission in the script so it must be a false positive. It might be that simply querying parts of the system counts as that permission.
Title: Re: Get System Informations
Post by: PlaymakerNOOB on July 23, 2016, 10:46:44 PM
I am sure its because of the action.  I tested on a brand new project with only playmaker 1.8.1

yep, I believe its querying parts things about the phone and android is grouping it into that section.

I havent played around with commenting out different sections to see what is specifically targeting it... I just dont use this action as a result