Questions tagged [playmaker]

PlayMaker is a plugin for Unity 3D which enables visual scripting.

10 questions
1
vote
0 answers

Is there an action that sends an event when an object stops moving

So I have an enemy who randomly chooses between 4 destinations and I want him to play his idle animation when he stops moving, is there anyway this can be achieved.
1
vote
0 answers

Get UTM in android

Faced a problem that Play Market does not give utm after installing the ad. I did everything according to the tutorial on getting utm through reciver - the tests work out everything and the receiver works. But if you upload it to the product and the…
1
vote
0 answers

How to organize sharing with friends in the Android application

I'm writing an application for android and it has a feature that will share with friends on social networks. When someone passes by the link and downloads the application from the play market, after installing the application, the person who posted…
Sergej
  • 11
  • 1
0
votes
1 answer

Have you had user specific bugs with Unity builds that you have sent out

I have a build which I send out to players and 50% of them get different unique bugs, where Stats reset, Array values match up differently, Certain attributes increase by zero. This only seems exclusive to their computers and are all very…
LousyLamb
  • 1
  • 1
0
votes
1 answer

Unity PlayMaker - Couldn't find Action Script

I've already posted in PlayMaker forum, but I'm not getting any responses. Hoping someone that had the same problem here would see and shed some light. I am reviving an old project. It's been left untouched for 5 years. So the Unity version is still…
k3ndro
  • 91
  • 1
  • 4
0
votes
1 answer

how to set camera for each players in photon with playmaker?

I work on my online project which is online and used playmaker to make that, now I wanna set the camera for each player, for example we have 2 players in the room, blue player and red player, how I can set the camera for each of them?
felon
  • 183
  • 1
  • 4
  • 10
0
votes
1 answer

Unity3D How to make character face secondary camera's direction when secondary camera is activated

I have 2 cameras attached to my standard asset Third Person Controller in my scene, the standard main camera that orbits around the character(player) and a secondary over the shoulder camera that gets activated when the right mouse button is…
0
votes
1 answer

Storing a screenshot and uploading it from a browser-based app to a web server

So I'm just looking for a quick primer on how I can upload a screenshot to a web server from a browser-based app. Since I can't save the file locally and then upload it, do I need to store it in a texture variable? I'm a little confused on the…
greyBow
  • 1,298
  • 3
  • 28
  • 62
0
votes
2 answers

Unity: An object reference is required to access non-static member - Ray cast to GameObject

I'm making an RTS style game and i've got an error. I'm trying to send the current selected unit (the object the script is on) to the Playmaker FSM of the object the raycast hit. I realised that you cannot access gameobjects and transforms inside of…
4t0m1c
  • 329
  • 1
  • 7
  • 20
0
votes
1 answer

Character Controller collisions go undetected

I am having a problem that when using a Character Controller with Playmaker my player is falling below the ground. When using a capsule collider and rigid body my player is moving good but I don’t having any collision with the walls when its…
Tech247
  • 11
  • 1
  • 2