How to make a grid snapping cursor in Unity |
- How to make a grid snapping cursor in Unity
- PSA For anyone developing a game/engine in C++!
- Particle physics using GPU parallel computing capability [solo dev, C++ graphics engine project]
- Making a Game in 48 Hours
- Working on a forager like game in Unity to make youtube tutorials (Day 2)
- Recreated Hanzo's Ultimate using Unity!
- Developer's edition of HoloLens 2 launches today at $3,500
- Size of games
- Game Dev Horror Stories: Has your (or anyone you know's) project ever failed catastrophically?
- Can anybody help me see if I've got all ths necessary resources for game development?
- Junior animator struggling a bit
- Hey, i would like to share a game that i made called family friendly joyride but don't let the name deceive you, you drive around and hit kids. I would appreciate it if you checked it out. Btw this is my second game.
- Unionization, Steady Careers, and Generations of Games Culture - SuperBunnyHop
- Game dev student looking for some good tutorials to do out of college.
- AI visualization (incl. code)
- Particle Blending
- Blood and goods [Post-Mortem]
- Is there a market for adult games?
- Unity: When to use Public GameObjects vs FindGameObject in Script?
How to make a grid snapping cursor in Unity Posted: 03 May 2019 03:21 AM PDT |
PSA For anyone developing a game/engine in C++! Posted: 03 May 2019 05:30 AM PDT Some people have a hybrid graphics setup! It's designed to auto-detect when an application should probably run on the high-performance GPU instead of the integrated one, but you'll need to give it a little help. To make NVIDIA Optimus realize your game is a game, and save laptop users the pain of configuring it manually, add this to your source code when targeting Windows: This line, from Optimus Rendering Policies, will allow laptop users to run your game with better performance, without them having to set it up themselves. Trust me, as an often-laptop-user, the process of manually configuring an app to use the discrete GPU is surprisingly slow (especially on the mid-range, low-performance sort of laptop that offers switchable graphics! The NVIDIA settings app lags like crazy!) As a laptop user, I'd love if people would actually start including these lines in their code. Edit: This version should help with AMD hybrid graphics, too:
|
No comments:
Post a Comment