Wayback Machinekoobas.hobune.stream
May JUN Jul
Previous capture 13 Next capture
2021 2022 2023
1 capture
13 Jun 22 - 13 Jun 22
sparklines
Close Help
  • Products
  • Solutions
  • Made with Unity
  • Learning
  • Support & Services
  • Community
  • Asset Store
  • Get Unity

UNITY ACCOUNT

You need a Unity Account to shop in the Online and Asset Stores, participate in the Unity Community and manage your license portfolio. Login Create account
  • Blog
  • Forums
  • Answers
  • Evangelists
  • User Groups
  • Beta Program
  • Advisory Panel

Navigation

  • Home
  • Products
  • Solutions
  • Made with Unity
  • Learning
  • Support & Services
  • Community
    • Blog
    • Forums
    • Answers
    • Evangelists
    • User Groups
    • Beta Program
    • Advisory Panel

Unity account

You need a Unity Account to shop in the Online and Asset Stores, participate in the Unity Community and manage your license portfolio. Login Create account

Language

  • Chinese
  • Spanish
  • Japanese
  • Korean
  • Portuguese
  • Ask a question
  • Spaces
    • Default
    • Help Room
    • META
    • Moderators
    • Topics
    • Questions
    • Users
    • Badges
  • Home /
avatar image
0
Question by MrBransky · Jun 02, 2013 at 05:03 AM · frameratelow fps

Odd question, but I need to make 'fake' low FPS...

I am currently working for a team that needs there scary game be increasingly more scary. They asked me to experiment with making low FPS happen when the monster gets close, but not actual low FPS, but the characters/player/entities are all moving in a choppy way. Is this possible? I've tried some things with transform, but nothing really good has come around.

Comment
Add comment · Show 1
10 |3000 characters needed characters left characters exceeded
▼
  • Viewable by all users
  • Viewable by moderators
  • Viewable by moderators and the original poster
  • Advanced visibility
Viewable by all users
avatar image Lairinus · Jun 02, 2013 at 05:31 AM 0
Share

The only thing that I can think of is setting up a loop where you pause and unpause the game at a fairly quick rate.

If nothing else, this is a bump -- also interested.

1 Reply

· Add your reply
  • Sort: 
avatar image
0

Answer by hiddenspring81 · Jun 02, 2013 at 07:12 AM

Have you tried setting Application.targetFrameRate? You could use it to force render the game at a low frame rate by setting it at run-time. According to the documentation, that this will only work in your builds, and won't work in the Editor. In the Editor it will just render as fast as possible.

If that doesn't work, you could try using a full-screen Render Texture. You'd setup a game camera (not your main camera, but a secondary camera) to a RenderTexture. You'd then apply that texture to a full-screen quad, which would be placed immediately in front on your main camera.

If you do this correctly, you should see the game camera update the RenderTexture in real-time, giving the game a fluid appearance. If you want the game to appear choppy, you'd just have to periodically turn the game camera on and off. While the game camera is on, it will update the RenderTexture, and when it's off, the RenderTexture will be appear "frozen" showing the same picture that it was showing before you turned it off. You can experiment with how often you want to turn the game camera on and off until you find an couple of interval values you're happy with.

I haven't tested either approach, so I don't know if it'll do exactly what you want. Give both approaches a try, and let me know if they work. Good luck!

Comment
Add comment · Show 1 · Share
10 |3000 characters needed characters left characters exceeded
▼
  • Viewable by all users
  • Viewable by moderators
  • Viewable by moderators and the original poster
  • Advanced visibility
Viewable by all users
avatar image MrBransky · Jun 02, 2013 at 11:23 PM 0
Share

Will do! Trying it out next $$anonymous$$m meeting and I'll tell you how it goes.

Your answer

Hint: You can notify a user about this post by typing @username

Up to 2 attachments (including images) can be used with a maximum of 524.3 kB each and 1.0 MB total.

Follow this Question

Answers Answers and Comments

16 People are following this question.

avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image

Related Questions

Decreasing FPS (Network) 1 Answer

Is Unity 2018 has a poor frame rate performance ? 0 Answers

Suddenly low framerate issues 2 Answers

Low FPS on Simple geometry? 4 Answers

Framerate Dependent Mesh Deformation 1 Answer


Enterprise
Social Q&A

Social
Subscribe on YouTube social-youtube Follow on LinkedIn social-linkedin Follow on Twitter social-twitter Follow on Facebook social-facebook Follow on Instagram social-instagram

Footer

  • Purchase
    • Products
    • Subscription
    • Asset Store
    • Unity Gear
    • Resellers
  • Education
    • Students
    • Educators
    • Certification
    • Learn
    • Center of Excellence
  • Download
    • Unity
    • Beta Program
  • Unity Labs
    • Labs
    • Publications
  • Resources
    • Learn platform
    • Community
    • Documentation
    • Unity QA
    • FAQ
    • Services Status
    • Connect
  • About Unity
    • About Us
    • Blog
    • Events
    • Careers
    • Contact
    • Press
    • Partners
    • Affiliates
    • Security
Copyright © 2020 Unity Technologies
  • Legal
  • Privacy Policy
  • Cookies
  • Do Not Sell My Personal Information
  • Cookies Settings
"Unity", Unity logos, and other Unity trademarks are trademarks or registered trademarks of Unity Technologies or its affiliates in the U.S. and elsewhere (more info here). Other names or brands are trademarks of their respective owners.
  • Anonymous
  • Sign in
  • Create
  • Ask a question
  • Spaces
  • Default
  • Help Room
  • META
  • Moderators
  • Explore
  • Topics
  • Questions
  • Users
  • Badges