playMaker
Home
Store
Showcase
Tutorials
Forums
Manual
Wiki
About Us
Playmaker Forum
Welcome,
Guest
. Please
login
or
register
.
Did you miss your
activation email
?
1 Hour
1 Day
1 Week
1 Month
Forever
Login with username, password and session length
News:
Join our
Discord Channel
Home
Help
Search
Login
Register
Playmaker Forum
»
PlayMaker Help & Tips
»
PlayMaker Help
(Moderator:
600
) »
Mathf.Repeat for Playmaker?
« previous
next »
Print
Pages: [
1
]
Go Down
Author
Topic: Mathf.Repeat for Playmaker? (Read 1390 times)
playmakertester
Full Member
Posts: 211
Mathf.Repeat for Playmaker?
«
on:
August 28, 2021, 08:53:39 AM »
Hi,
Mathf.Repeat is exist in Playmaker?
Logged
djaydino
Administrator
Hero Member
Posts: 7618
Re: Mathf.Repeat for Playmaker?
«
Reply #1 on:
August 28, 2021, 09:25:32 AM »
Hi.
For float you can find on the Ecosystem :
https://github.com/PlayMakerEcosystem/PlayMakerCustomActions_U2018/blob/master/Assets/PlayMaker%20Custom%20Actions/Math/FloatRepeat.cs
Logged
Join the PlayMaker Discord Channel!
playmakertester
Full Member
Posts: 211
Re: Mathf.Repeat for Playmaker?
«
Reply #2 on:
August 28, 2021, 09:28:22 AM »
Thank you!
I'd like to download and use Action from Git, since the ecosystem hasn't been working lately, but I don't know how to use Git.
Is there any information on how to download and use Action from Git?
Logged
djaydino
Administrator
Hero Member
Posts: 7618
Re: Mathf.Repeat for Playmaker?
«
Reply #3 on:
August 28, 2021, 09:38:39 AM »
Hi.
You can download the whole project (then you can access the files, actions on your drive and copy paste to your project)
https://www.itprotoday.com/development-techniques-and-management/how-do-i-download-files-github
or you can copy the Raw data, then make Create a C# file in your project and give it the same name.
Then Paste the text that you copied from the raw file.
Logged
Join the PlayMaker Discord Channel!
playmakertester
Full Member
Posts: 211
Re: Mathf.Repeat for Playmaker?
«
Reply #4 on:
August 28, 2021, 09:48:35 AM »
Thank you!
I was able to make it work.
I'd like to use angle-related actions in Playmaker. How can I find out which of the following functions used in Unity are equivalent in Playmaker?
PositiveNormalize
Reverse
SignReverse
Angle.Round
Logged
djaydino
Administrator
Hero Member
Posts: 7618
Re: Mathf.Repeat for Playmaker?
«
Reply #5 on:
August 28, 2021, 01:24:35 PM »
Hi.
Normally you can use the Ecosystem search with those words, but at the moment the Ecosystem seems to be broken.
Another way is trying to make custom actions, you can use for example the repeat action as a template.
also the
Playmaker API
can help understand how it works.
I actually Learned C# thanks to Playmaker.
Logged
Join the PlayMaker Discord Channel!
Print
Pages: [
1
]
Go Up
« previous
next »
Playmaker Forum
»
PlayMaker Help & Tips
»
PlayMaker Help
(Moderator:
600
) »
Mathf.Repeat for Playmaker?